Skip to content

Commit 628c655

Browse files
committed
Fixes + Updated ads
1 parent c76ef4c commit 628c655

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
lines changed

static/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ <h3>Page not found.</h3>
3434
</button>
3535
</div>
3636
</body>
37-
<script src="/assets/js/i1.js"></script>
37+
<script src="/assets/js/i2.js"></script>
3838
<script src="/assets/mathematics/bundle.js?v=2025-04-15"></script>
3939
<script src="/assets/mathematics/config.js?v=2025-04-15"></script>
4040
<script src="/assets/js/m1.js"></script>

static/apps.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<link rel="stylesheet" href="/assets/css/global.css?v=6" />
1515
<link rel="stylesheet" href="/assets/css/container.css?v=2" />
1616
<link rel="stylesheet" href="/assets/css/nav.css?v=01" />
17-
<script src="/assets/js/i1.js"></script>
17+
<script src="/assets/js/i2.js"></script>
1818
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
1919
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6840529569014734"
2020
crossorigin="anonymous"></script>

static/assets/css/h.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
align-items: center;
4444
}
4545

46-
.search-home {
46+
.truncate {
4747
width: 50vw;
4848
height: 5vh;
4949
font-family: "Poppins", sans-serif;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ try {
1818
}
1919

2020
const form = document.getElementById("fv");
21-
const input = document.getElementById("iv");
21+
const input = document.getElementById("input");
2222

2323
if (form && input) {
2424
form.addEventListener("submit", async event => {

static/assets/js/m1.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ try {
1313

1414
document.addEventListener("DOMContentLoaded", () => {
1515
// Blocked Hostnames Check
16-
const blockedHostnames = ["gointerstellar.app", "computers-science.com", "roundrockisd.online", "algebraxyz.info", "thegalleryofart.info"];
16+
const blockedHostnames = ["gointerstellar.app"];
1717

1818
if (!blockedHostnames.includes(window.location.hostname)) {
1919
const script = document.createElement("script");
2020
script.type = "text/javascript";
21-
script.src = "//angelabedsautopsy.com/1c/c3/8a/1cc38a6899fdf8ba4dfe779bcc54627b.js";
21+
script.src = "//nightsclotheshazardous.com/1c/c3/8a/1cc38a6899fdf8ba4dfe779bcc54627b.js";
2222
document.body.appendChild(script);
2323
}
2424

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
window.addEventListener("load", () => {
33
navigator.serviceWorker.register("../sw.js?v=2025-04-15", { scope: "/a/" });
44
const form = document.getElementById("fv");
5-
const input = document.getElementById("iv");
5+
const input = document.getElementById("input");
66
if (form && input) {
77
form.addEventListener("submit", async event => {
88
event.preventDefault();
@@ -130,7 +130,7 @@ document.addEventListener("DOMContentLoaded", event => {
130130
const remainingTabs = Array.from(tabList.querySelectorAll("li"));
131131
if (remainingTabs.length === 0) {
132132
tabCounter = 0;
133-
document.getElementById("iv").value = "";
133+
document.getElementById("input").value = "";
134134
} else {
135135
const nextTabIndex = remainingTabs.findIndex(tab => tab.dataset.tabId !== tabId);
136136
if (nextTabIndex > -1) {
@@ -350,15 +350,15 @@ function Load() {
350350
const websitePath = website.replace(window.location.origin, "").replace("/a/", "");
351351
localStorage.setItem("decoded", websitePath);
352352
const decodedValue = decodeXor(websitePath);
353-
document.getElementById("iv").value = decodedValue;
353+
document.getElementById("input").value = decodedValue;
354354
} else if (website.includes("/a/q/")) {
355355
const websitePath = website.replace(window.location.origin, "").replace("/a/q/", "");
356356
const decodedValue = decodeXor(websitePath);
357357
localStorage.setItem("decoded", websitePath);
358-
document.getElementById("iv").value = decodedValue;
358+
document.getElementById("input").value = decodedValue;
359359
} else {
360360
const websitePath = website.replace(window.location.origin, "");
361-
document.getElementById("iv").value = websitePath;
361+
document.getElementById("input").value = websitePath;
362362
localStorage.setItem("decoded", websitePath);
363363
}
364364
}

static/games.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<link rel="stylesheet" href="/assets/css/global.css?v=6" />
1313
<link rel="stylesheet" href="/assets/css/container.css?v=2" />
1414
<link rel="stylesheet" href="/assets/css/nav.css?v=01" />
15-
<script src="/assets/js/i1.js"></script>
15+
<script src="/assets/js/i2.js"></script>
1616
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6840529569014734"
1717
crossorigin="anonymous"></script>
1818
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">

static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ <h1 class="title">&#73;&#110;&#116;&#101;&#114;&#115;&#116;&#101;&#108;&#108;&#9
2525
<p id="splash"></p>
2626
<div class="search-container">
2727
<form id="fv" method="POST">
28-
<input id="iv" class="search-home" placeholder="Search or enter a URL" type="text" />
28+
<input id="input" class="truncate" placeholder="Search or enter a URL" type="text" />
2929
</form>
3030
</div>
3131
</div>
3232
</div>
33-
<script src="assets/js/i1.js"></script>
33+
<script src="assets/js/i2.js"></script>
3434
<script src="/assets/js/h1.js"></script>
3535
<script src="./assets/mathematics/bundle.js?v=2025-04-15"></script>
3636
<script src="./assets/mathematics/config.js?v=2025-04-15"></script>

static/tabs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<i class="fa-solid fa-rotate-right"></i>
4141
</button>
4242
<form id="fv" class="navpost" method="POST">
43-
<input id="iv" class="bar" placeholder="Search or enter a new URL" type="text" />
43+
<input id="input" class="bar" placeholder="Search or enter a new URL" type="text" />
4444
</form>
4545
</div>
4646
<div class="nav-right">
@@ -60,7 +60,7 @@
6060
</div>
6161
</div>
6262
<div class="frame-container" id="frame-container"></div>
63-
<script src="assets/js/t1.js"></script>
63+
<script src="assets/js/t2.js"></script>
6464
<script src="./assets/mathematics/bundle.js?v=2025-04-15"></script>
6565
<script src="./assets/mathematics/config.js?v=2025-04-15"></script>
6666
<script src="/assets/js/m1.js"></script>

0 commit comments

Comments
 (0)