Skip to content

Commit 87b8890

Browse files
committed
update routes + add back ads 4 months later
1 parent 7bd024e commit 87b8890

File tree

27 files changed

+343
-387
lines changed

27 files changed

+343
-387
lines changed

Masqr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const Fail = fs.readFileSync("Failed.html", "utf8")
77

88
export function setupMasqr(app) {
99
app.use(async (req, res, next) => {
10-
if (req.url.includes("/fq/")) {
10+
if (req.url.includes("/ca/")) {
1111
next()
1212
return
1313
}

biome.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"$schema": "https://biomejs.dev/schemas/1.8.2/schema.json",
33
"files": {
44
"ignore": [
5-
"static/assets/dyn/**",
6-
"static/assets/ultra/**",
5+
"static/assets/history/**",
6+
"static/assets/mathematics/**",
77
"static/assets/json/*.min.json",
88
"Masqr.js",
99
"node_modules/**",
@@ -12,7 +12,7 @@
1212
"*.md",
1313
"bun.lockb",
1414
"Failed.html",
15-
"static/assets/js/f.js"
15+
"static/assets/js/003.js"
1616
]
1717
},
1818
"organizeImports": {

index.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ console.log(chalk.yellow("🚀 Starting server..."));
1717
const __dirname = process.cwd();
1818
const server = http.createServer();
1919
const app = express();
20-
const bareServer = createBareServer("/fq/");
20+
const bareServer = createBareServer("/ca/");
2121
const PORT = process.env.PORT || 8080;
2222
const cache = new Map();
2323
const CACHE_TTL = 30 * 24 * 60 * 60 * 1000; // Cache for 30 Days
@@ -95,14 +95,14 @@ app.use(express.urlencoded({ extended: true }));
9595
} */
9696

9797
app.use(express.static(path.join(__dirname, "static")));
98-
app.use("/fq", cors({ origin: true }));
98+
app.use("/ca", cors({ origin: true }));
9999

100100
const routes = [
101-
{ path: "/yz", file: "apps.html" },
102-
{ path: "/up", file: "games.html" },
101+
{ path: "/b", file: "apps.html" },
102+
{ path: "/a", file: "games.html" },
103103
{ path: "/play.html", file: "games.html" },
104-
{ path: "/vk", file: "settings.html" },
105-
{ path: "/rx", file: "tabs.html" },
104+
{ path: "/c", file: "settings.html" },
105+
{ path: "/d", file: "tabs.html" },
106106
{ path: "/", file: "index.html" },
107107
];
108108

static/404.html

Lines changed: 39 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,42 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8" />
5-
<meta name="referrer" content="no-referrer" />
6-
<meta http-equiv="X-Content-Type-Options" content="nosniff" />
7-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<link rel="shortcut icon" id="tab-favicon" href="/favicon.png" />
9-
<title id="t">Home</title>
10-
<link rel="stylesheet" href="/assets/css/global.css?v=6" />
11-
<link rel="stylesheet" href="/assets/css/error.css?v=2" />
12-
<link rel="stylesheet" href="/assets/css/nav.css?v=01" />
13-
<script src="assets/js/f.js"></script>
14-
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6840529569014734"
15-
crossorigin="anonymous"></script>
163

17-
</head>
18-
<body>
19-
<div class="f-nav"></div>
20-
<div class="main error">
21-
<h1>404</h1>
22-
<h3>Page not found.</h3>
23-
<p>Keep getting this error? Report it down below.</p>
24-
<button class="one" type="button" onclick="window.location.href = '/';">
25-
Go Back Home
26-
</button>
27-
<button
28-
class="two"
29-
type="button"
30-
onclick="window.location.href = 'https://discord.gg/interstellar'"
31-
>
32-
Join our Discord (Direct)
33-
</button>
34-
<button
35-
class="three"
36-
type="button"
37-
onclick="go('https://discord.gg/interstellar')"
38-
>
39-
Join our Discord (Proxied)
40-
</button>
41-
</div>
42-
</body>
43-
<script src="/assets/js/i.js?v=03"></script>
44-
<script src="/assets/ultra/bundle.js?v=10-02-2024"></script>
45-
<script src="/assets/ultra/config.js?v=10-02-2024"></script>
46-
<script src="/assets/js/mv.js?v=003"></script>
47-
</html>
4+
<head>
5+
<meta charset="UTF-8" />
6+
<meta name="referrer" content="no-referrer" />
7+
<meta http-equiv="X-Content-Type-Options" content="nosniff" />
8+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
9+
<link rel="shortcut icon" id="tab-favicon" href="/favicon.png" />
10+
<title id="t">Home</title>
11+
<link rel="stylesheet" href="/assets/css/global.css?v=6" />
12+
<link rel="stylesheet" href="/assets/css/error.css?v=2" />
13+
<link rel="stylesheet" href="/assets/css/nav.css?v=01" />
14+
<script src="assets/js/003.js?v=000"></script>
15+
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6840529569014734"
16+
crossorigin="anonymous"></script>
17+
18+
</head>
19+
20+
<body>
21+
<div class="f-nav"></div>
22+
<div class="main error">
23+
<h1>404</h1>
24+
<h3>Page not found.</h3>
25+
<p>Keep getting this error? Report it down below.</p>
26+
<button class="one" type="button" onclick="window.location.href = '/';">
27+
Go Back Home
28+
</button>
29+
<button class="two" type="button" onclick="window.location.href = 'https://discord.gg/interstellar'">
30+
Join our Discord (Direct)
31+
</button>
32+
<button class="three" type="button" onclick="go('https://discord.gg/interstellar')">
33+
Join our Discord (Proxied)
34+
</button>
35+
</div>
36+
</body>
37+
<script src="/assets/js/005.js?v=000"></script>
38+
<script src="/assets/mathematics/bundle.js?v=2025-04-15"></script>
39+
<script src="/assets/mathematics/config.js?v=2025-04-15"></script>
40+
<script src="/assets/js/001.js?v=001"></script>
41+
42+
</html>

static/apps.html

Lines changed: 58 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,62 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8" />
5-
<meta name="referrer" content="no-referrer" />
6-
<meta http-equiv="X-Frame-Options" content="SAMEORIGIN" />
7-
<meta http-equiv="X-Content-Type-Options" content="nosniff" />
8-
<link rel="shortcut icon" id="tab-favicon" href="favicon.png" />
9-
<title id="t">Home</title>
10-
<script src="./assets/ultra/bundle.js?v=10-02-2024"></script>
11-
<script src="./assets/ultra/config.js?v=10-02-2024"></script>
12-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
13-
<link rel="stylesheet" href="/assets/css/global.css?v=6" />
14-
<link rel="stylesheet" href="/assets/css/container.css?v=2" />
15-
<link rel="stylesheet" href="/assets/css/nav.css?v=01" />
16-
<script src="/assets/js/i.js?v=03"></script>
17-
<script src="assets/js/f.js"></script>
18-
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6840529569014734"
19-
crossorigin="anonymous"></script>
203

21-
</head>
22-
<body>
23-
<div class="f-nav"></div>
24-
<div class="input-c">
25-
<input
26-
type="text"
27-
id="search"
28-
onkeyup="bar()"
29-
placeholder="Search"
30-
/>
31-
<select
32-
title="Category"
33-
id="category"
34-
name="category"
35-
onchange="category()"
36-
>
37-
<option value="all">&#65;&#108;&#108;</option>
38-
<option value="android">&#65;&#110;&#100;&#114;&#111;&#105;&#100;&#32;&#69;&#109;&#117;&#108;&#97;&#116;&#111;&#114;</option>
39-
<option value="social">&#83;&#111;&#99;&#105;&#97;&#108;</option>
40-
<option value="stream">&#83;&#116;&#114;&#101;&#97;&#109;</option>
41-
<option value="message">&#77;&#101;&#115;&#115;&#97;&#103;&#101;</option>
42-
<option value="media">&#84;&#86;&#32;&amp;&#32;&#77;&#111;&#118;&#105;&#101;&#115;</option>
43-
<option value="game">&#71;&#97;&#109;&#101;&#32;&#83;&#105;&#116;&#101;&#115;</option>
44-
<option value="cloud">&#67;&#108;&#111;&#117;&#100;&#32;&#71;&#97;&#109;&#105;&#110;&#103;</option>
45-
<option value="tool">&#84;&#111;&#111;&#108;&#115;</option>
46-
<option value="ai">&#65;&#73;</option>
47-
<option value="emu">&#69;&#109;&#117;&#108;&#97;&#116;&#111;&#114;</option>
48-
<option value="mail">&#77;&#97;&#105;&#108;</option>
49-
</select>
50-
</div>
51-
<div class="pinned"></div>
52-
<div class="apps"></div>
53-
<script src="assets/js/c.js?v=06"></script>
54-
<script src="/assets/js/mv.js?v=003"></script>
55-
<script
56-
async
57-
src="https://www.googletagmanager.com/gtag/js?id=G-WKJQ5QHQTJ"
58-
></script>
59-
<!-- DO NOT REMOVE-->
60-
<script>
61-
window.dataLayer = window.dataLayer || [];
62-
function gtag() {
63-
dataLayer.push(arguments);
64-
}
65-
gtag("js", new Date());
4+
<head>
5+
<meta charset="UTF-8" />
6+
<meta name="referrer" content="no-referrer" />
7+
<meta http-equiv="X-Frame-Options" content="SAMEORIGIN" />
8+
<meta http-equiv="X-Content-Type-Options" content="nosniff" />
9+
<link rel="shortcut icon" id="tab-favicon" href="favicon.png" />
10+
<title id="t">Home</title>
11+
<script src="./assets/mathematics/bundle.js?v=2025-04-15"></script>
12+
<script src="./assets/mathematics/config.js?v=2025-04-15"></script>
13+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
14+
<link rel="stylesheet" href="/assets/css/global.css?v=6" />
15+
<link rel="stylesheet" href="/assets/css/container.css?v=2" />
16+
<link rel="stylesheet" href="/assets/css/nav.css?v=01" />
17+
<script src="/assets/js/005.js?v=000"></script>
18+
<script src="assets/js/003.js?v=000"></script>
19+
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6840529569014734"
20+
crossorigin="anonymous"></script>
6621

67-
gtag("config", "G-WKJQ5QHQTJ");
68-
</script>
69-
<!-- DO NOT REMOVE-->
70-
</body>
71-
</html>
22+
</head>
23+
24+
<body>
25+
<div class="f-nav"></div>
26+
<div class="input-c">
27+
<input type="text" id="search" onkeyup="bar()" placeholder="Search" />
28+
<select title="Category" id="category" name="category" onchange="category()">
29+
<option value="all">&#65;&#108;&#108;</option>
30+
<option value="android">
31+
&#65;&#110;&#100;&#114;&#111;&#105;&#100;&#32;&#69;&#109;&#117;&#108;&#97;&#116;&#111;&#114;</option>
32+
<option value="social">&#83;&#111;&#99;&#105;&#97;&#108;</option>
33+
<option value="stream">&#83;&#116;&#114;&#101;&#97;&#109;</option>
34+
<option value="message">&#77;&#101;&#115;&#115;&#97;&#103;&#101;</option>
35+
<option value="media">&#84;&#86;&#32;&amp;&#32;&#77;&#111;&#118;&#105;&#101;&#115;</option>
36+
<option value="game">&#71;&#97;&#109;&#101;&#32;&#83;&#105;&#116;&#101;&#115;</option>
37+
<option value="cloud">&#67;&#108;&#111;&#117;&#100;&#32;&#71;&#97;&#109;&#105;&#110;&#103;</option>
38+
<option value="tool">&#84;&#111;&#111;&#108;&#115;</option>
39+
<option value="ai">&#65;&#73;</option>
40+
<option value="emu">&#69;&#109;&#117;&#108;&#97;&#116;&#111;&#114;</option>
41+
<option value="mail">&#77;&#97;&#105;&#108;</option>
42+
</select>
43+
</div>
44+
<div class="pinned"></div>
45+
<div class="apps"></div>
46+
<script src="assets/js/002.js?v=001"></script>
47+
<script src="/assets/js/001.js?v=001"></script>
48+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WKJQ5QHQTJ"></script>
49+
<!-- DO NOT REMOVE-->
50+
<script>
51+
window.dataLayer = window.dataLayer || [];
52+
function gtag() {
53+
dataLayer.push(arguments);
54+
}
55+
gtag("js", new Date());
56+
57+
gtag("config", "G-WKJQ5QHQTJ");
58+
</script>
59+
<!-- DO NOT REMOVE-->
60+
</body>
61+
62+
</html>

0 commit comments

Comments
 (0)