improve open blank and quote

This commit is contained in:
sky 2023-10-25 14:04:36 +00:00
parent df0d67ef9f
commit e70ab4e3ea
3 changed files with 7 additions and 2 deletions

View File

@ -15,6 +15,7 @@
iframe.allow = "fullscreen";
iframe.src = location.origin;
win.document.body.appendChild(iframe);
window.location.href = "https://google.com"
}
createBlank();
</script>

View File

@ -3,6 +3,8 @@ $.getJSON("/quotes.json", function(data){
if(index.includes("OGNUM1") && index.includes("SQRTNUM1")) {
let ognum = Math.floor(Math.random() * 3000);
index = "the square root of " + ognum + " is " + Math.sqrt(ognum)
} else if(index.includes("CURRENTURL")) {
index = window.location.hostname
}
$("p#randomquote").text(index)
})

View File

@ -19,7 +19,7 @@
"buy smth from the patreon so i dont have to be in debt anymore",
"https://skysthelimit.dev",
"https://github.com/selenite-cc",
"selenite.pages.dev",
"CURRENTURL",
"the square root of OGNUM1 is SQRTNUM1",
"ZG8geW91ciBzY2hvb2wgd29yaw",
"use the transfer tool to keep ur data from other websites",
@ -29,5 +29,7 @@
"what website is this?",
"btw, hcps leaked 30k+ private emails and are hiding it :)",
"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",
""
]