Skip to content

Commit

Permalink
fix: remove nsfw ads
Browse files Browse the repository at this point in the history
  • Loading branch information
xbubbo committed Sep 10, 2024
1 parent 7d8c3c4 commit 6f53f15
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion static/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ <h3>Page not found.</h3>
<script src="/assets/js/index.js?v=46"></script>
<script src="/assets/-uv/bundle.js?v=6-17-2024"></script>
<script src="/assets/-uv/config.js?v=6-17-2024"></script>
<script src="/assets/js/main.js?v=01"></script>
<script src="/assets/js/main.js?v=02"></script>
</html>
2 changes: 1 addition & 1 deletion static/apps.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<div class="pinned-apps"></div>
<div class="container-apps"></div>
<script src="assets/js/container.js?v=126"></script>
<script src="/assets/js/main.js?v=01"></script>
<script src="/assets/js/main.js?v=02"></script>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-WKJQ5QHQTJ"
Expand Down
5 changes: 3 additions & 2 deletions static/assets/js/main.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
document.addEventListener("DOMContentLoaded", () => {
/* document.addEventListener("DOMContentLoaded", () => {
if (!document.getElementById("no")) {
const script = document.createElement("script");
script.type = "text/javascript";
script.src = "//alleygoat.com/5e/6b/27/5e6b2776400180cc548a7dfd8ab3f717.js";
document.body.appendChild(script);
}
});
}); */

// Dynamic
document.addEventListener("DOMContentLoaded", () => {
if (
Expand Down
2 changes: 1 addition & 1 deletion static/games.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<script src="./assets/-uv/bundle.js?v=6-17-2024"></script>
<script src="./assets/-uv/config.js?v=6-17-2024"></script>
<script src="assets/js/fa.js"></script>
<script src="/assets/js/main.js?v=01"></script>
<script src="/assets/js/main.js?v=02"></script>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-WKJQ5QHQTJ"
Expand Down
2 changes: 1 addition & 1 deletion static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h1 class="title"><an>Inter</an>stellar</h1>
<script src="./assets/-uv/bundle.js?v=6-17-2024"></script>
<script src="./assets/-uv/config.js?v=6-17-2024"></script>
<script src="assets/js/fa.js"></script>
<script src="/assets/js/main.js?v=01"></script>
<script src="/assets/js/main.js?v=02"></script>
<!-- DO NOT REMOVE-->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WKJQ5QHQTJ"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion static/privacy.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ <h3>Privacy Policy</h3>
<!--some day we gotta add it-->
</div>
</div>
<script src="/assets/js/main.js?v=01"></script>
<script src="/assets/js/main.js?v=02"></script>
<!-- DO NOT REMOVE-->
<script
async
Expand Down
4 changes: 2 additions & 2 deletions static/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ <h3>Themes!</h3>
<div class="settings-card">
<h3>Information</h3>
<p>Version: v5.2.4</p>
<p id="last-updated">Last Updated: September 9th, 2024</p>
<p id="last-updated">Last Updated: September 10th, 2024</p>
<p>
Questions? Join our
<a href="https://discord.gg/interstellar">Discord community</a>,
Expand All @@ -265,7 +265,7 @@ <h3>Information</h3>
</div>
</div>
</div>
<script src="/assets/js/main.js?v=01"></script>
<script src="/assets/js/main.js?v=02"></script>
<script src="/assets/js/settings.js?v=09"></script>
<!-- DO NOT REMOVE-->
<script
Expand Down
2 changes: 1 addition & 1 deletion static/tabs.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<script src="assets/js/tabs.js?v=58"></script>
<script src="./assets/-uv/bundle.js?v=6-17-2024"></script>
<script src="./assets/-uv/config.js?v=6-17-2024"></script>
<script src="/assets/js/main.js?v=01"></script>
<script src="/assets/js/main.js?v=02"></script>
<!-- DO NOT REMOVE-->
<script
async
Expand Down
2 changes: 1 addition & 1 deletion static/tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<div class="pinned-apps"></div>
<div class="container-apps"></div>
<script src="assets/js/container.js?v=126"></script>
<script src="/assets/js/main.js?v=01"></script>
<script src="/assets/js/main.js?v=02"></script>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-WKJQ5QHQTJ"
Expand Down
2 changes: 1 addition & 1 deletion static/tos.html
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ <h1>Section 8: Supporters ❤</h1>
</ul>
</div>
</div>
<script src="/assets/js/main.js?v=01"></script>
<script src="/assets/js/main.js?v=02"></script>
<!-- DO NOT REMOVE-->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WKJQ5QHQTJ"></script>
<script>
Expand Down

0 comments on commit 6f53f15

Please sign in to comment.