diff --git a/about.html b/about.html deleted file mode 100644 index 6add1a7b..00000000 --- a/about.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - - - - - - - - - - Settings | Selenite - - - - - - - - - - - -
- Home - Bookmarklets - Settings - Support - About -
- -
-

What is Selenite?

-

had some things here but nah

-

Need to contact the owner?

-

Use the email on my GitHub to contact me, or DM me on Discord at @skysthelimit.dev. Anything else should not be considered official.

-
- - - - - - diff --git a/bookmarklets.html b/bookmarklets.html index b467d4a6..046cf542 100644 --- a/bookmarklets.html +++ b/bookmarklets.html @@ -47,7 +47,7 @@ Bookmarklets Settings Support - About +
diff --git a/functions/helloworld.js b/functions/helloworld.js new file mode 100644 index 00000000..3634c69b --- /dev/null +++ b/functions/helloworld.js @@ -0,0 +1,3 @@ +export function onRequest(context) { + return new Response("Hello, world!") + } \ No newline at end of file diff --git a/img/byvolptutorial.mp4 b/img/byvolptutorial.mp4 deleted file mode 100644 index dd643940..00000000 Binary files a/img/byvolptutorial.mp4 and /dev/null differ diff --git a/index.html b/index.html index bbd57909..d2d10061 100644 --- a/index.html +++ b/index.html @@ -48,7 +48,7 @@ Bookmarklets Settings Support - About +

selenite.

diff --git a/js/main.js b/js/main.js index 0a86bb68..85271443 100644 --- a/js/main.js +++ b/js/main.js @@ -1,16 +1,5 @@ var interval; -var themeloaded = 0; function check() { - if (themeloaded == 0) { - clearInterval(interval); - const body = document.querySelector("body"); - body.style.removeProperty("display"); - if(Math.random() > 0.97) { - if(confirm("Want to help Selenite? Try out the new UI and give feedback! Click OK to go to the new UI or click Cancel to ignore.") == true){ - window.location.href = "https://ui-test.selenite.pages.dev"; - } - } - } if ($("#panicmode").length > 0) { $("#panicmode").prop({ href: panicurl }); } @@ -31,7 +20,7 @@ window.onload = function () { document.body.setAttribute("theme", "main") } checkAlert(); - interval = setInterval(check, 50); + check(); }; window.addEventListener( diff --git a/projects.html b/projects.html index 5e5173b4..314a610d 100644 --- a/projects.html +++ b/projects.html @@ -48,7 +48,7 @@ Bookmarklets Settings Support - About +
diff --git a/settings.html b/settings.html index 3888d9b3..b49f7c11 100644 --- a/settings.html +++ b/settings.html @@ -47,7 +47,7 @@ Bookmarklets Settings Support - About +
diff --git a/support.html b/support.html index e3a4abea..9cabed87 100644 --- a/support.html +++ b/support.html @@ -43,7 +43,7 @@ Bookmarklets Settings Support - About +
diff --git a/transfer.html b/transfer.html index 87551e33..31eb9cf3 100644 --- a/transfer.html +++ b/transfer.html @@ -43,7 +43,7 @@ Bookmarklets Settings Support - About +