Skip to content

Commit 8639b9c

Browse files
Revert "chore: update scramjet"
This reverts commit 1c74b84. v7.5 quality update
1 parent a22030d commit 8639b9c

23 files changed

+609
-2117
lines changed

public/active/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
<link rel="shortcut icon" href="/assets/images/jmw.png" />
1010
<script async defer src="./js/tabs.js" type="module"></script>
1111
<link href="/assets/css/tabs.css" rel="stylesheet" />
12+
<style>
13+
body {
14+
overflow:hidden;
15+
}
16+
</style>
1217
<script type="module" async defer>
1318

1419
import {

public/assets/css/chat.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ body {
3434
}
3535

3636
header {
37+
font-family: 'Inter', sans-serif;
3738
background: var(--surface-hover);
3839
color: var(--txtcolor);
3940
padding: 0.75rem 1rem;
@@ -60,6 +61,7 @@ header h1 {
6061
padding: 0.5rem 0.8rem;
6162
cursor: pointer;
6263
font-weight: 600;
64+
font-family: 'Inter', sans-serif;
6365
}
6466

6567
.action-btn {

public/assets/images/game/234.png

62.3 KB
Loading

public/assets/scripts/adv-search.js

Lines changed: 3 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/index.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
if (count < 1) {
2121
alert(
22-
"ads are disabled for now if you wanna support us enable in customization heh");
22+
"ads are re-enabled. i need to pay for servers");
2323
localStorage.setItem('alertCount', count + 1);
2424
}
2525
</script>
@@ -594,6 +594,10 @@
594594
<i class="bx bx-search-alt"></i>
595595
<span>Search</span>
596596
</li>
597+
<li data-url="/media/">
598+
<i class='bx bx-camera-movie'></i>
599+
<span>Media</span>
600+
</li>
597601
<hr/>
598602
<li data-url="/tahc/">
599603
<i class="bx bx-chat"></i>
@@ -821,8 +825,8 @@ <h1>Search Function option</h1>
821825
<p class="desc">Changes Search Function.</p>
822826
<select id="pr0xySelect" style="color:white;">
823827
<option disabled value="">Select</option>
824-
<option value="scram">Scr@mj3t</option>
825-
<option value="vu">U|tr@vi0|3t</option>
828+
<option value="scram">Sc<span>ram</span>j<span>e</span>t</option>
829+
<option value="vu">Ul<span>tra</span>vi<span>ol</span>et</option>
826830
</select>
827831
<br />
828832
<br />

public/main.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,12 @@ <h1>Jordan's Math Work v7.5</h1>
303303
<span class="close-btn" onclick="hideUpdateLog()"><i class='bx bx-x'></i> </span>
304304
<h2>Update Log v7.5</h2>
305305
<ul>
306-
<li>Fixed the porxy</li>
306+
<li>Fixed the pr<span>ox</span>y</li>
307+
<li>Due to high demand, added back the media tab.</li>
308+
<li>Reset the chat.</li>
309+
<li>Added ads to pay for servers.</li>
310+
<li>Added more <span>ga</span>m<span>e</span>s</li>
311+
<li>Christmas theme still active, have a merry christmas!</li>
307312
</ul>
308313
</div>
309314
</div>

public/scram/scramjet.all.js

Lines changed: 196 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/scram/scramjet.all.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/scram/scramjet.bundle.js

Lines changed: 196 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/scram/scramjet.bundle.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)