diff --git a/bitlife/index.html b/bitlife/index.html index a9e71c8d..b4994255 100644 --- a/bitlife/index.html +++ b/bitlife/index.html @@ -1,6 +1,7 @@ + - +

Bookmarklets

diff --git a/index.html b/index.html index fd230bcc..068db962 100644 --- a/index.html +++ b/index.html @@ -21,10 +21,26 @@ +
- + @@ -35,7 +51,6 @@



-
diff --git a/js/all.js b/js/all.js index 4efbbf4f..6a9fe1bf 100644 --- a/js/all.js +++ b/js/all.js @@ -38,6 +38,25 @@ function getCookie(cname) { return ""; } +function panicMode() { + if ($("#panicmode").length > 0) { + panicurl = getCookie("panicurl") + if (panicurl == "") { + panicurl = "https://google.com" + } + $("#panicmode").prop({href: panicurl}) + } + const pressed = []; + const secretCode = 'safemode'; + window.addEventListener('keyup', (e) => { + pressed.push(e.key); + pressed.splice(-secretCode.length - 1 , pressed.length - secretCode.length); + if (pressed.join('').includes(secretCode)) { + window.location.href = panicurl; + } + }); +} document.addEventListener("DOMContentLoaded", function() { setCloak(); + panicMode(); }); \ No newline at end of file diff --git a/ovo/index.html b/ovo/index.html index f7f9a634..6c647bb9 100644 --- a/ovo/index.html +++ b/ovo/index.html @@ -1,6 +1,7 @@ + OvO diff --git a/cloak.html b/settings.html similarity index 77% rename from cloak.html rename to settings.html index 5d371217..fcfc20ff 100644 --- a/cloak.html +++ b/settings.html @@ -19,24 +19,41 @@ +
- +

e-gamepass

+
+
+

Website URL


+
+ +

Website Name



Website Icon




- +

diff --git a/style.css b/style.css index 66a25e23..a0b81d41 100644 --- a/style.css +++ b/style.css @@ -189,7 +189,7 @@ h3 { color: #8daad8; } -#websubmit { +.submit { background-color: rgba(89, 110, 177, 0.5); color: #8daad8; border: 2px solid #527ac4bb ; @@ -204,7 +204,7 @@ h3 { text-underline-position: under; opacity: 70%; } -#websubmit:hover { +.submit:hover { cursor:pointer; opacity: 90%; } diff --git a/thereisnogame/index.html b/thereisnogame/index.html index 7829d887..a03bd145 100644 --- a/thereisnogame/index.html +++ b/thereisnogame/index.html @@ -1,6 +1,7 @@ + ThereIsNoGame diff --git a/universal-paperclips/index.html b/universal-paperclips/index.html index 5076448c..a8e1934a 100644 --- a/universal-paperclips/index.html +++ b/universal-paperclips/index.html @@ -1,5 +1,6 @@ + diff --git a/win11/index.html b/win11/index.html index 15e78af3..d3174d42 100644 --- a/win11/index.html +++ b/win11/index.html @@ -1,6 +1,7 @@ +