mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-16 02:22:07 -05:00
improve open blank and quote
This commit is contained in:
parent
df0d67ef9f
commit
e70ab4e3ea
@ -15,6 +15,7 @@
|
|||||||
iframe.allow = "fullscreen";
|
iframe.allow = "fullscreen";
|
||||||
iframe.src = location.origin;
|
iframe.src = location.origin;
|
||||||
win.document.body.appendChild(iframe);
|
win.document.body.appendChild(iframe);
|
||||||
|
window.location.href = "https://google.com"
|
||||||
}
|
}
|
||||||
createBlank();
|
createBlank();
|
||||||
</script>
|
</script>
|
||||||
|
@ -3,6 +3,8 @@ $.getJSON("/quotes.json", function(data){
|
|||||||
if(index.includes("OGNUM1") && index.includes("SQRTNUM1")) {
|
if(index.includes("OGNUM1") && index.includes("SQRTNUM1")) {
|
||||||
let ognum = Math.floor(Math.random() * 3000);
|
let ognum = Math.floor(Math.random() * 3000);
|
||||||
index = "the square root of " + ognum + " is " + Math.sqrt(ognum)
|
index = "the square root of " + ognum + " is " + Math.sqrt(ognum)
|
||||||
|
} else if(index.includes("CURRENTURL")) {
|
||||||
|
index = window.location.hostname
|
||||||
}
|
}
|
||||||
$("p#randomquote").text(index)
|
$("p#randomquote").text(index)
|
||||||
})
|
})
|
@ -19,7 +19,7 @@
|
|||||||
"buy smth from the patreon so i dont have to be in debt anymore",
|
"buy smth from the patreon so i dont have to be in debt anymore",
|
||||||
"https://skysthelimit.dev",
|
"https://skysthelimit.dev",
|
||||||
"https://github.com/selenite-cc",
|
"https://github.com/selenite-cc",
|
||||||
"selenite.pages.dev",
|
"CURRENTURL",
|
||||||
"the square root of OGNUM1 is SQRTNUM1",
|
"the square root of OGNUM1 is SQRTNUM1",
|
||||||
"ZG8geW91ciBzY2hvb2wgd29yaw",
|
"ZG8geW91ciBzY2hvb2wgd29yaw",
|
||||||
"use the transfer tool to keep ur data from other websites",
|
"use the transfer tool to keep ur data from other websites",
|
||||||
@ -29,5 +29,7 @@
|
|||||||
"what website is this?",
|
"what website is this?",
|
||||||
"btw, hcps leaked 30k+ private emails and are hiding it :)",
|
"btw, hcps leaked 30k+ private emails and are hiding it :)",
|
||||||
"we love about:blank",
|
"we love about:blank",
|
||||||
"make sure to back up ur saves incase we ever get blocked"
|
"make sure to back up ur saves incase we ever get blocked",
|
||||||
|
"join the discord to be cool",
|
||||||
|
""
|
||||||
]
|
]
|
Loading…
x
Reference in New Issue
Block a user