Skip to content

Commit 0ebb3b6

Browse files
author
Lich
authored
Merge pull request lich-games#8 from titaniumnetwork-dev/main
1
2 parents 581cd11 + 59a6742 commit 0ebb3b6

3 files changed

Lines changed: 23 additions & 4 deletions

File tree

30.5 KB
Loading

‎public/assets/ts_games.json‎

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1426,7 +1426,7 @@
14261426
"tags": "multiplayer",
14271427
"date_added": "2022-01-13 03:19:02",
14281428
"developer": "Tazogogala27",
1429-
"iframe_url": "https://totallyscience.co/games/2023/unity3/fall-boys/index.html",
1429+
"iframe_url": "/assets/games/2023/unity3/fall-boys/index.html",
14301430
"enabled": "1"
14311431
},
14321432
{
@@ -2323,7 +2323,7 @@
23232323
"tags": "misc,action",
23242324
"date_added": "2022-05-16 16:12:45",
23252325
"developer": "Cheetah Games",
2326-
"iframe_url": "https://totallyscience.co/games/2024/onl/slope/index.html",
2326+
"iframe_url": "/assets/games/2024/onl/slope/index.html",
23272327
"enabled": "1"
23282328
},
23292329
{
@@ -2401,7 +2401,7 @@
24012401
"tags": "mobile,casual",
24022402
"date_added": "2022-02-03 00:03:23",
24032403
"developer": "Rob Kay",
2404-
"iframe_url": "/assets/games/slope/index.html",
2404+
"iframe_url": "/assets/games/2024/onl/slope/index.html",
24052405
"enabled": "1"
24062406
},
24072407
{
@@ -3119,6 +3119,19 @@
31193119
"iframe_url": "https://www.youtube.com/",
31203120
"enabled": "1"
31213121
},
3122+
{
3123+
"name": "Discord",
3124+
"description": "Discord is a free communication platform that allows users to create communities.",
3125+
"article": null,
3126+
"image": "/assets/images/icons/apps/discord512.jpg",
3127+
"mobileimage": null,
3128+
"controls": "Mouse and keyboard",
3129+
"tags": "enigma",
3130+
"date_added": "2022-01-13 03:19:02",
3131+
"developer": "Discord Inc.",
3132+
"iframe_url": "https://discord.com/",
3133+
"enabled": "1"
3134+
},
31223135
{
31233136
"name": "Tap Tap Shots",
31243137
"description": "",

‎src/head.html‎

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,14 @@
103103
}
104104
else
105105
{
106+
! function(e, t) {
107+
a = e.createElement("script"), m = e.getElementsByTagName("script")[0], a.async = 1, a.src = t, m.parentNode
108+
.insertBefore(a, m)
109+
}(document, "https://universal.wgplayer.com/tag/?lh=" + window.location.hostname + "&wp=" + window.location
110+
.pathname + "&ws=" + window.location.search);
111+
106112
ensureCanonical('https://definitelyscience.com' + getPathFromUrl(window.location.href));
107-
addMetaNoIndexNoFollow();
113+
//addMetaNoIndexNoFollow();
108114
}
109115

110116
</script>

0 commit comments

Comments
 (0)