diff --git a/1v1lol/index.html b/1v1lol/index.html
index 55f1a559..09902add 100644
--- a/1v1lol/index.html
+++ b/1v1lol/index.html
@@ -2,15 +2,7 @@
-
-
-
+
+
+
Bookmarklets
@@ -56,8 +50,6 @@
Drag the link above to your bookmarks bar. This disguises whatever website you're on as Google Drive.
Tab Cloak (Desmos)
Drag the link above to your bookmarks bar. This disguises whatever website you're on Desmos.
-
-
Back to home
diff --git a/btd3/index.html b/btd3/index.html
index 95681744..fb4678b2 100644
--- a/btd3/index.html
+++ b/btd3/index.html
@@ -1,15 +1,7 @@
-
-
-
+
-
+

e-gamepass
-
+
Download SaveUpload Save
diff --git a/iwbtc/index.html b/iwbtc/index.html
index bfb92e83..4145bc1e 100644
--- a/iwbtc/index.html
+++ b/iwbtc/index.html
@@ -2,15 +2,7 @@
I Wanna Be Thy Copy
-
-
-
+
diff --git a/js/all.js b/js/all.js
new file mode 100644
index 00000000..0ca8dd75
--- /dev/null
+++ b/js/all.js
@@ -0,0 +1,66 @@
+// https://s2.googleusercontent.com/s2/favicons?domain=
+
+function setCloakCookie() {
+ document.cookie = 'tabicon=https://t1.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=' + $('#webicon').val() + '&size=32';
+ document.cookie = 'tabname=' + $('#webname').val();
+ setCloak();
+}
+
+function clearCloak() {
+ document.cookie = "tabicon=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/;";
+ document.cookie = "tabname=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/;";
+ var link = document.querySelector("link[rel~='icon']");link.remove();
+ document.title = "Tab Cloak | e-gamepass";
+ link = document.createElement('link');
+ link.rel = 'icon';
+ document.head.appendChild(link);
+ link.href = "/favicon.png";
+}
+
+function setCloak() {
+ var tabicon = getCookie("tabicon");
+
+ if (tabicon) {
+ var link = document.querySelector("link[rel~='icon']");
+ if(link){
+ link.remove();
+ }
+ var link = document.querySelector("link[rel~='shortcut icon']");
+ if(link){
+ link.remove();
+ }
+ link = document.createElement('link');
+ link.rel = 'icon';
+ document.head.appendChild(link);
+ link.href = tabicon;
+ }
+
+ var tabname = getCookie("tabname");
+
+ if (tabname) {
+ document.title = tabname;
+ }
+
+ // 'https://t1.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=' + $('#webicon').val() + '&size=32';
+ // 'https://s2.googleusercontent.com/s2/favicons?domain_url=' + $('#webicon').val()
+}
+
+function getCookie(cname) {
+ let name = cname + "=";
+ let decodedCookie = decodeURIComponent(document.cookie);
+ let ca = decodedCookie.split(';');
+ for(let i = 0; i
-
-
-
+
Low's Adventures 2
diff --git a/ltf/index.html b/ltf/index.html
index afae2223..2c585e02 100644
--- a/ltf/index.html
+++ b/ltf/index.html
@@ -1,15 +1,7 @@
-
-
-
+
Learn To Fly
diff --git a/mario/index.html b/mario/index.html
index 2b91cfd1..cb57286d 100644
--- a/mario/index.html
+++ b/mario/index.html
@@ -14,6 +14,7 @@
+
diff --git a/offline-mc/index.html b/offline-mc/index.html
index a330d941..7bf29e68 100644
--- a/offline-mc/index.html
+++ b/offline-mc/index.html
@@ -98,15 +98,7 @@ THIS IS THE LAST OFFICIAL BUILD OF EAGLERCRAFT RELEASED BY LAX1DUDE
-
-
-
+
My Drive - Google Drive
diff --git a/offlineparadise/index.html b/offlineparadise/index.html
index 386601e6..245c4f7d 100644
--- a/offlineparadise/index.html
+++ b/offlineparadise/index.html
@@ -1,15 +1,7 @@
-
-
-
+
Offline Paradise
diff --git a/osu/index.html b/osu/index.html
index 832e7692..5abcdd4c 100644
--- a/osu/index.html
+++ b/osu/index.html
@@ -3,16 +3,7 @@
-
-
-
-
+
diff --git a/paperio/index.html b/paperio/index.html
index 89805f95..8b3e380e 100644
--- a/paperio/index.html
+++ b/paperio/index.html
@@ -1,13 +1,5 @@
-
-
-
+
Bite enemy tails but do not let them bite yours!
diff --git a/slope/index.html b/slope/index.html
index c37fbeb3..6aba933e 100644
--- a/slope/index.html
+++ b/slope/index.html
@@ -10,15 +10,7 @@
-
-
-
+
diff --git a/sm64/index.html b/sm64/index.html
index c32b08c2..2cbb7244 100644
--- a/sm64/index.html
+++ b/sm64/index.html
@@ -2,15 +2,7 @@
-
-
-
+
diff --git a/stack/index.html b/stack/index.html
index 8d439543..f6b31287 100644
--- a/stack/index.html
+++ b/stack/index.html
@@ -1,11 +1,3 @@
-
-
-
+
0
Click (or press the spacebar) to place the block
Game Over
You did great, you're the best.
Click or spacebar to start again
\ No newline at end of file
diff --git a/style.css b/style.css
index 7d31c608..62c07e9e 100644
--- a/style.css
+++ b/style.css
@@ -71,6 +71,12 @@ button:hover {
a {
font-size: 20px;
color: #6983da;
+ margin: 10px;
+ transition-duration: 0.5s;
+}
+
+a:hover {
+ color: #b0c2fa;
}
.bookmarklet {
@@ -115,6 +121,7 @@ body {
input[type=text] {
+ margin-top: 15px;
width: 50%;
box-sizing: border-box;
font-size: 20px;
@@ -130,12 +137,17 @@ input[type=text] {
font-family: "Share Tech Mono", monospace;
}
input[type=text]:hover {
- opacity: 90%;
+ opacity: 80%;
}
input[type=text]:focus {
opacity: 100%;
}
+::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
+ color: rgb(149, 186, 241);
+ opacity: 0.6; /* Firefox */
+}
+
ul {
list-style-type: none;
@@ -151,4 +163,47 @@ li {
p {
font-size: 20px;
color: #0073e6;
+}
+
+#webname #webicon {
+ width: 20%;
+ box-sizing: border-box;
+ font-size: 20px;
+ background-color: rgba(89, 110, 177, 0.5);
+ padding: 0.8% 0.8%;
+ text-align: center;
+ color: rgb(149, 186, 241);
+ border: 2px solid #527ac4bb ;
+ border-radius: 5px;
+ outline: none;
+ opacity: 70%;
+ transition: opacity .25s ease-in-out;
+ font-family: "Share Tech Mono", monospace;
+}
+
+
+h3 {
+ font-size: 20px;
+ padding: 0;
+ color: #8daad8;
+}
+
+#websubmit {
+ background-color: rgba(89, 110, 177, 0.5);
+ color: #8daad8;
+ border: 2px solid #527ac4bb ;
+ border-radius: 6px;
+ padding: 5px 13px;
+ margin-bottom: 6px;
+ margin: 10px;
+ transition-duration: 0.45s;
+ font-size: 20px;
+ color: #6983da;
+ font-family: "Share Tech Mono", monospace;
+ text-underline-position: under;
+ opacity: 70%;
+}
+#websubmit:hover {
+ cursor:pointer;
+ opacity: 90%;
}
\ No newline at end of file
diff --git a/superhot/index.html b/superhot/index.html
index fa90b1ea..bbf88e88 100644
--- a/superhot/index.html
+++ b/superhot/index.html
@@ -3,15 +3,7 @@
-
-
-
+
diff --git a/supermeatboy/index.html b/supermeatboy/index.html
index 2720e7ba..9f31184d 100644
--- a/supermeatboy/index.html
+++ b/supermeatboy/index.html
@@ -1,15 +1,7 @@
-
-
-
+
Super Meat Boy
diff --git a/tetris/about.html b/tetris/about.html
index 81191369..a3b4b3fc 100644
--- a/tetris/about.html
+++ b/tetris/about.html
@@ -1,6 +1,7 @@
TwitchTetris
+
diff --git a/tetris/controls.html b/tetris/controls.html
index 4fca72f1..5a5d6d9d 100644
--- a/tetris/controls.html
+++ b/tetris/controls.html
@@ -1,6 +1,7 @@
TwitchTetris
+
diff --git a/tetris/highScores.html b/tetris/highScores.html
index 94300ede..8b47341e 100644
--- a/tetris/highScores.html
+++ b/tetris/highScores.html
@@ -1,6 +1,7 @@
TwitchTetris
+
diff --git a/tetris/index.html b/tetris/index.html
index 36b1eb90..d01cbd11 100644
--- a/tetris/index.html
+++ b/tetris/index.html
@@ -1,15 +1,7 @@
-
-
-
+
TwitchTetris
diff --git a/tetris/scoreScreen.html b/tetris/scoreScreen.html
index 20ffc8ef..6fbc18ae 100644
--- a/tetris/scoreScreen.html
+++ b/tetris/scoreScreen.html
@@ -1,6 +1,7 @@
TwitchTetris
+
diff --git a/thisistheonlylevel/index.html b/thisistheonlylevel/index.html
index aa45004a..7cc486d5 100644
--- a/thisistheonlylevel/index.html
+++ b/thisistheonlylevel/index.html
@@ -1,15 +1,7 @@
-
-
-
+
This Is The Only Level
diff --git a/thisistheonlylevel2/index.html b/thisistheonlylevel2/index.html
index fe86bd23..e614fb9c 100644
--- a/thisistheonlylevel2/index.html
+++ b/thisistheonlylevel2/index.html
@@ -1,15 +1,7 @@
-
-
-
+
This Is The Only Level
diff --git a/turbowarp-editor/addons.html b/turbowarp-editor/addons.html
index 791a1bc3..a6b6a1b8 100644
--- a/turbowarp-editor/addons.html
+++ b/turbowarp-editor/addons.html
@@ -4,6 +4,7 @@
Scratch - Imagine, Program, Share
+
-
+
diff --git a/xx142-b2.exe/index.html b/xx142-b2.exe/index.html
index 9bacd464..1848f629 100644
--- a/xx142-b2.exe/index.html
+++ b/xx142-b2.exe/index.html
@@ -1,15 +1,7 @@
-
-
-
+
xx142-b2.exe