removed global.js scripts from all games
This commit is contained in:
+15
-16
@@ -1,25 +1,24 @@
|
||||
<html>
|
||||
<head>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7L02W3ZMS5"></script>
|
||||
<script>
|
||||
<head>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-7L02W3ZMS5"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-7L02W3ZMS5');
|
||||
</script>
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5648726754785335"
|
||||
crossorigin="anonymous"></script>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Flash Player</title>
|
||||
<link id="favicon" rel="shortcut icon" type="image/png" href="/">
|
||||
<script src="/global.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="ruffle" width="100%" height="100%"></div>
|
||||
<script src="ruffle.js"></script>
|
||||
<script>
|
||||
<script async="" crossorigin="anonymous" src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5648726754785335"></script>
|
||||
<meta content="width=device-width, initial-scale=1" name="viewport"/>
|
||||
<title>Flash Player</title>
|
||||
<link href="/" id="favicon" rel="shortcut icon" type="image/png"/>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div height="100%" id="ruffle" width="100%"></div>
|
||||
<script src="ruffle.js"></script>
|
||||
<script>
|
||||
var game = (new URLSearchParams(window.location.search)).get('game');
|
||||
if (game){
|
||||
document.title = (game.replace(/-/g,' ')).toLowerCase().split(' ').map(function(word) {return word[0].toUpperCase() + word.substr(1);}).join(' ');
|
||||
@@ -39,5 +38,5 @@
|
||||
}
|
||||
|
||||
</script>
|
||||
</body>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user