Skip to content

Commit

Permalink
fix cloaking
Browse files Browse the repository at this point in the history
  • Loading branch information
a456pur committed Aug 5, 2024
1 parent 8b8f73d commit 460adb3
Show file tree
Hide file tree
Showing 18 changed files with 36 additions and 19 deletions.
3 changes: 2 additions & 1 deletion apps/basketbrosio/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@

<title>Basketbros.io | Seraph</title>
<link rel="shortcut icon" href="../../images/ico.ico">
<script src="../../storage/js/cloak.js"></script>
<script src="/assets/js/cloak.js"></script>
<link rel="manifest" href="/manifest.json">

<meta charset="utf-8" />
<meta id="viewport" name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
Expand Down
3 changes: 2 additions & 1 deletion apps/bobtherobber2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
<title>Bob The Robber 2 | Seraph</title>
<link rel="shortcut icon" href="../../images/ico.ico">
<link rel="stylesheet" href="assets/css/app.css" type="text/css" />
<script src="../../storage/js/cloak.js"></script>
<script src="/assets/js/cloak.js"></script>
<link rel="manifest" href="/manifest.json">
</head>

<body>
Expand Down
3 changes: 2 additions & 1 deletion apps/crossy/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@

<script src="scripts/extra.min.js"></script>
<script src="poki-sdk.js"></script>
<script src="../../storage/js/cloak.js"></script>
<script src="/assets/js/cloak.js"></script>
<link rel="manifest" href="/manifest.json">
</head>
<body>
<script src="scripts/bootstrap.min.js"></script>
Expand Down
3 changes: 2 additions & 1 deletion apps/dinogame/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
maximum-scale=1.0, user-scalable=no">
<link rel="shortcut icon" href="../../images/ico.ico" type="image/x-icon">
<title>Chrome Dino | Seraph</title>
<script src="../../storage/js/cloak.js"></script>
<script src="/assets/js/cloak.js"></script>
<link rel="manifest" href="/manifest.json">
<link rel="stylesheet" href="styles/interstitial_core.css">
<link rel="stylesheet" href="styles/interstitial_common.css">
<link rel="stylesheet" href="styles/neterror.css">
Expand Down
3 changes: 2 additions & 1 deletion apps/driftboss/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="stylesheet" type="text/css" href="game.css">
<script type="text/javascript" src="game.js"></script>
<script src="../../storage/js/cloak.js"></script>
<script src="/assets/js/cloak.js"></script>
<link rel="manifest" href="/manifest.json">
</head>

<body onload="setTimeout(function(){window.scrollTo(0,1)},1);">
Expand Down
3 changes: 2 additions & 1 deletion apps/flappy/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
PRELOAD_MODULES = [
];
</script>
<script src="../../storage/js/cloak.js"></script>
<script src="/assets/js/cloak.js"></script>
<link rel="manifest" href="/manifest.json">
</head>
<body>
<script src="start.js"></script>
Expand Down
3 changes: 2 additions & 1 deletion apps/fluidsim/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
</script>


<script src="../../storage/js/cloak.js"></script>
<script src="/assets/js/cloak.js"></script>
<link rel="manifest" href="/manifest.json">

<meta charset="utf-8" />
<meta http-equiv="Cache-Control" content="no-cache" />
Expand Down
3 changes: 2 additions & 1 deletion apps/fruitninja/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@

<title>Fruit Ninja | Seraph</title>
<link rel="shortcut icon" href="../../images/ico.ico" type="image/x-icon">
<script src="../../storage/js/cloak.js"></script>
<script src="/assets/js/cloak.js"></script>
<link rel="manifest" href="/manifest.json">
<style>
@font-face {
font-family: gangofchinese;
Expand Down
3 changes: 2 additions & 1 deletion apps/holeio/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@

<title>Hole.io | Seraph</title>
<link rel="shortcut icon" href="../../images/ico.ico" type="image/x-icon">
<script src="../../storage/js/cloak.js"></script>
<script src="/assets/js/cloak.js"></script>
<link rel="manifest" href="/manifest.json">

<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
Expand Down
3 changes: 2 additions & 1 deletion apps/risehigher/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@

<title>Rise Higher | Seraph</title>
<link rel="shortcut icon" href="../../images/ico.ico" type="image/x-icon">
<script src="../../storage/js/cloak.js"></script>
<script src="/assets/js/cloak.js"></script>
<link rel="manifest" href="/manifest.json">

<meta http-equiv="Content-type" content="text/html; charset=utf-8">

Expand Down
3 changes: 2 additions & 1 deletion apps/skibiditoiletattack/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Skibidi Toilet Attack | Seraph</title>
<script src="../../storage/js/cloak.js"></script>
<script src="/assets/js/cloak.js"></script>
<link rel="manifest" href="/manifest.json">

<!-- Standardised web app manifest -->
<link rel="manifest" href="manifest.json" />
Expand Down
3 changes: 2 additions & 1 deletion apps/slopeball/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@

<title>Slope Ball | Seraph</title>
<link rel="shortcut icon" href="../../images/ico.ico" type="image/x-icon">
<script src="../../storage/js/cloak.js"></script>
<script src="/assets/js/cloak.js"></script>
<link rel="manifest" href="/manifest.json">

<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="pragma" content="no-cache" />
Expand Down
3 changes: 2 additions & 1 deletion apps/stack/index.html

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion apps/stickmanhook/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
<meta charset="utf-8" />
<title>Stickman Hook | Seraph</title>
<link rel="shortcut icon" href="../../images/ico.ico">
<script src="../../storage/js/cloak.js"></script>
<script src="/assets/js/cloak.js"></script>
<link rel="manifest" href="/manifest.json">
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"
Expand Down
3 changes: 2 additions & 1 deletion apps/surf/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
<script src="js/strings.js"></script>
<link href="css/interface.css" rel="stylesheet" media="all"/>
<link rel="manifest" href="appmanifest.json">
<script src="../../storage/js/cloak.js"></script>
<script src="/assets/js/cloak.js"></script>
<link rel="manifest" href="/manifest.json">
</head>
<body>
<div id="hamburger-container"></div>
Expand Down
3 changes: 2 additions & 1 deletion apps/thereisnogame/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
-ms-touch-action: none;
}
</style>
<script src="../../storage/js/cloak.js"></script>
<script src="/assets/js/cloak.js"></script>
<link rel="manifest" href="/manifest.json">

</head>

Expand Down
4 changes: 2 additions & 2 deletions apps/thirtydollarwebsite/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@


<title>Thirty Dollar Website | Seraph</title>
<script src="../../storage/js/cloak.js"></script>
<script src="/assets/js/cloak.js"></script>
<link rel="stylesheet" href="🎨.css?v=5a" charset="UTF-8" />
<link rel="icon" href="../../images/ico.ico"></link>
<link rel="shortcut icon" href="../../images/ico.ico">
<script src="../../storage/js/cloak.js"></script>
<link rel="manifest" href="/manifest.json">
<meta charset="UTF-8">
<meta name="viewport" content="width=820">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
Expand Down
3 changes: 2 additions & 1 deletion apps/tunnelrush/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Tunnel Rush | Seraph</title>
<script src="../../storage/js/cloak.js"></script>
<script src="/assets/js/cloak.js"></script>
<link rel="manifest" href="/manifest.json">

<meta http-equiv="X-Frame-Options" content="deny">
<link rel="shortcut icon" href="style/favicon.ico">
Expand Down

0 comments on commit 460adb3

Please sign in to comment.