Skip to content

Commit c137128

Browse files
committed
potassium rakenet support added
1 parent 6dbd9da commit c137128

22 files changed

Lines changed: 935 additions & 5574 deletions

File tree

cs2.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
<link rel="stylesheet" href="/src/components/objects/cards/cards.css">
2020
<link rel="stylesheet" href="/src/components/modals/themes/themes.css">
2121
<link rel="stylesheet" href="/src/components/global/footer/footer.css">
22-
<link rel="stylesheet" href="/src/components/modals/custom-theme/custom-theme.css">
2322
<link rel="stylesheet" href="/src/components/modals/notification/site-toast.css">
2423

2524
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
@@ -67,7 +66,6 @@
6766
<script src="/src/components/objects/cards/cards-catalog.js"></script>
6867
<script src="/src/components/modals/themes/themes.js"></script>
6968
<script src="/src/components/global/footer/footer.js"></script>
70-
<script src="/src/components/modals/custom-theme/custom-theme.js"></script>
7169
<script src="/src/components/modals/notification/site-toast.js"></script>
7270
<script src="/src/main.js"></script>
7371

index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
<link rel="stylesheet" href="/src/components/objects/cards/cards.css">
2828
<link rel="stylesheet" href="/src/components/modals/themes/themes.css">
2929
<link rel="stylesheet" href="/src/components/global/footer/footer.css">
30-
<link rel="stylesheet" href="/src/components/modals/custom-theme/custom-theme.css">
3130
<link rel="stylesheet" href="/src/components/modals/notification/site-toast.css">
3231
<link rel="stylesheet" href="/src/components/global/loading/loading.css">
3332

@@ -83,7 +82,6 @@
8382
<script src="/src/components/objects/cards/cards-catalog.js"></script>
8483
<script src="/src/components/modals/themes/themes.js"></script>
8584
<script src="/src/components/global/footer/footer.js"></script>
86-
<script src="/src/components/modals/custom-theme/custom-theme.js"></script>
8785
<script src="/src/components/modals/notification/site-toast.js"></script>
8886
<script src="/src/main.js"></script>
8987
<script src="/src/components/global/loading/loading.js"></script>

public/data/roblox/Potassium/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"badges": ["trending", "verified"],
99
"hidden": false,
1010
"type": "internal",
11-
"tags": ["multi-instance", "decompiler", "kernel"],
11+
"tags": ["multi-instance", "decompiler", "kernel", "raknet"],
1212
"platforms": ["windows"],
1313
"website": "https://potassium.pro/",
1414
"keyed": false

public/data/roblox/Solara/info.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
"type": "internal",
1111
"tags": ["multi-instance", "decompiler"],
1212
"platforms": ["windows"],
13-
"website": "https://solara.gg",
13+
"website": [
14+
"getsolara.dev",
15+
"getsolara.net",
16+
"getsolara.gg",
17+
"solara.gg"
18+
],
1419
"keyed": false
1520
}

roblox.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
<link rel="stylesheet" href="/src/components/objects/cards/cards.css">
2020
<link rel="stylesheet" href="/src/components/modals/themes/themes.css">
2121
<link rel="stylesheet" href="/src/components/global/footer/footer.css">
22-
<link rel="stylesheet" href="/src/components/modals/custom-theme/custom-theme.css">
2322
<link rel="stylesheet" href="/src/components/modals/notification/site-toast.css">
2423

2524
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
@@ -67,7 +66,6 @@
6766
<script src="/src/components/objects/cards/cards-catalog.js"></script>
6867
<script src="/src/components/modals/themes/themes.js"></script>
6968
<script src="/src/components/global/footer/footer.js"></script>
70-
<script src="/src/components/modals/custom-theme/custom-theme.js"></script>
7169
<script src="/src/components/modals/notification/site-toast.js"></script>
7270
<script src="/src/main.js"></script>
7371

src/components/global/navbar/navbar.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -283,15 +283,9 @@ const initNavbar = () => {
283283

284284
if (themesMount && !themesMount.querySelector(".site-themes") && loadHtmlPartial) {
285285
await loadHtmlPartial(themesMount, "src/components/modals/themes/themes.html");
286-
287-
const customThemeMount = byId("customThemeMount");
288-
if (customThemeMount && !customThemeMount.firstElementChild) {
289-
await loadHtmlPartial(customThemeMount, "src/components/modals/custom-theme/custom-theme.html");
290-
}
291286
}
292287

293288
window.initSiteThemes?.(document);
294-
window.initCustomThemePicker?.(document);
295289

296290
return typeof window.openSiteThemes === "function";
297291
})().finally(() => {

0 commit comments

Comments
 (0)