Skip to content

Commit

Permalink
fix roblox + new messages finally
Browse files Browse the repository at this point in the history
  • Loading branch information
RedNotSus committed Nov 25, 2024
1 parent 7ee9999 commit 09d76b2
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 18 deletions.
2 changes: 1 addition & 1 deletion static/!.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<script src="/assets/js/script.js?v=11" async></script>
<link href="/img/favicon.ico" rel="icon" type="image/x-icon" />
<script src="/assets/js/frame.js?v=5"></script>
<script src="/assets/js/frame.js?v=6"></script>
<script crossorigin="anonymous" src="/assets/js/font.js"></script>
<script src="/assets/js/easteregg.min.js" async></script>
<meta charset="utf-8" />
Expand Down
16 changes: 10 additions & 6 deletions static/assets/js/frame.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function loadNewPage(url) {
if (iframe) {
iframe.src = urlEncoded;
}
if (url === "http://api.v6.wiki/") {
if (url === "https://dashboard-cq4z.onrender.com/?ng_ifp_partner=skool") {
url = "gms://roblox";
} else if (
url === "https://api.v6.wiki/apps/frogiee1/69420/custom-thingy-loader.html"
Expand All @@ -49,14 +49,14 @@ window.addEventListener("DOMContentLoaded", function () {
if (searchBar) {
searchBar.setAttribute(
"value",
decodeURL(sessionStorage.getItem("encodedUrl")),
decodeURL(sessionStorage.getItem("encodedUrl"))
);
// search bar functionality
searchBar.addEventListener("keydown", function (event) {
if (event.key === "Enter") {
let url = searchBar.value.trim();
if (url === "gms://roblox") {
url = "http://api.v6.wiki/";
url = "https://dashboard-cq4z.onrender.com/?ng_ifp_partner=skool";
} else if (url === "gms://android") {
url =
"https://api.v6.wiki/apps/frogiee1/69420/custom-thingy-loader.html";
Expand All @@ -65,13 +65,17 @@ window.addEventListener("DOMContentLoaded", function () {
}
});
if (
searchBar.value === "https://api.v6.wiki/" ||
searchBar.value ===
"https://dashboard-cq4z.onrender.com/?ng_ifp_partner=skool" ||
searchBar.value ===
"https://api.v6.wiki/apps/frogiee1/69420/custom-thingy-loader.html"
) {
document.getElementById("iframeid").sandbox =
"allow-scripts allow-pointer-lock allow-forms allow-same-origin allow-downloads";
if (searchBar.value === "https://api.v6.wiki/") {
if (
searchBar.value ===
"https://dashboard-cq4z.onrender.com/?ng_ifp_partner=skool"
) {
searchBar.value = "gms://roblox";
} else if (
searchBar.value ===
Expand All @@ -94,7 +98,7 @@ function reload() {
document.onfullscreenchange = function () {
document.body.classList.toggle(
"fullscreen-active",
document.fullscreenElement,
document.fullscreenElement
);
iframe = document.getElementById("iframeid");
if (document.fullscreenElement) {
Expand Down
2 changes: 1 addition & 1 deletion static/assets/json/load/apps.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
},
{
"name": "Roblox",
"url": "https://api.v6.wiki/",
"url": "https://dashboard-cq4z.onrender.com/?ng_ifp_partner=skool",
"image": "misc/roblos/rbx.jpeg"
},
{
Expand Down
2 changes: 1 addition & 1 deletion static/assets/json/load/games.json
Original file line number Diff line number Diff line change
Expand Up @@ -1213,7 +1213,7 @@
},
{
"name": "Roblox",
"url": "https://api.v6.wiki/",
"url": "https://dashboard-cq4z.onrender.com/?ng_ifp_partner=skool",
"image": "/misc/roblos/rbx.jpeg",
"usesProxy": true
},
Expand Down
16 changes: 8 additions & 8 deletions static/assets/json/motd.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"motd": {
"body": "do you think we actually have time to read all your message requests?",
"footer": "the devs"
},
"qotd": {
"body": "My girl is like my ipad. i dont have an ipad.",
"footer": "s1907827@online.houstonisd.org"
}
"motd": {
"body": "life is like a toilet cause their is someone trying to make your day poopy",
"footer": "4804352627@students.ocps.net"
},
"qotd": {
"body": "Hard Work Never Killed Anybody, But why take a chance - someone",
"footer": "s2149115@online.houstonisd.org"
}
}
2 changes: 1 addition & 1 deletion static/assets/json/nowgg.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"searchbar": "55gms://andriod"
},
{
"url": "https://api.v6.wiki/",
"url": "https://dashboard-cq4z.onrender.com/?ng_ifp_partner=skool",
"searchbar": "55gms://roblox"
}
]

0 comments on commit 09d76b2

Please sign in to comment.