diff --git a/README.md b/README.md
index eff681d0..98e348aa 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,3 @@
## e-gamepass
-ill fill this later i gotta sleep lmao
\ No newline at end of file
+game website
\ No newline at end of file
diff --git a/bookmarklets.html b/bookmarklets.html
index f77316cb..41e5e0d8 100644
--- a/bookmarklets.html
+++ b/bookmarklets.html
@@ -3,14 +3,8 @@
Major update?! Added saves Complete backend remake Fixed flash pages to make them full screen automatically Added 2 games (Cell Machine and Death Run 3D) Added more bookmarklets Tetris Update!
diff --git a/git.sh b/git.sh
deleted file mode 100644
index 5f472e72..00000000
--- a/git.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-read -p "Make sure everything is saved - click enter to continue"
-read -p 'Commit Message: ' commitmsg
-echo "git add ."
-git add .
-echo "commit and push"
-git commit -m "$commitmsg"
-git push -u origin main
\ No newline at end of file
diff --git a/index.html b/index.html
index 24e75e06..7187fdfd 100644
--- a/index.html
+++ b/index.html
@@ -13,7 +13,7 @@
-
+
diff --git a/cookie.js b/js/cookie.js
similarity index 98%
rename from cookie.js
rename to js/cookie.js
index ff9f9f58..ca48a9a2 100644
--- a/cookie.js
+++ b/js/cookie.js
@@ -2,7 +2,7 @@
function getMainSave() {
var mainSave = {};
// List of items in localStorage that should not be saved
- var localStorageDontSave = ['hjgkkkhjgasdgasjydguyaiw'];
+ var localStorageDontSave = ['tab'];
// Convert localStorage to an array of key-value pairs and remove the items that should not be saved
localStorageSave = Object.entries(localStorage);
diff --git a/js/ultimatetabcloak.js b/js/ultimatetabcloak.js
new file mode 100644
index 00000000..f53a2777
--- /dev/null
+++ b/js/ultimatetabcloak.js
@@ -0,0 +1,17 @@
+
+var l =
+ document.querySelector("link[rel*='icon']") || document.createElement('link')
+l.type = 'image/x-icon'
+l.rel = 'shortcut icon'
+var c = prompt('Select a tab cloak\n1. Canvas\n2. e-hallpass\n3. New Tab')
+1 == c
+ ? ((l.href = 'https://harrisonburg.instructure.com/favicon.ico'),
+ (document.title = 'Dashboard'))
+ : 2 == c
+ ? ((l.href =
+ 'https://eduspiresolutions.org/wp-content/uploads/2020/09/cropped-favicon-270x270-1-150x150.png'),
+ (document.title = 'Digital Hall Pass | e-Hall Pass | Eduspire Solutions'))
+ : 3 == c &&
+ ((l.href =
+ 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA/UlEQVR42q2S0Q3CMAxEGYERGIFP1FJ0JEXikw1gA9gANqAbwCaMwAgdoSNAHpVRE7UIISKd1Dq+s33O6O9H0ngudyzk67n8o0V5z+UvM60nH8kL+W0gNJAG0ORyh15yJrcj6RtQaKj1V/VQhfb3M2kyhIgckqtWoDxBJiHTakoc2Ozh/ogXIOoCkwqVZ0QK+Q2ExIsGQea3WBCp3wIWJKn9X1Y9s1d01o2lAuD2k0C8cymTpmYo4BtyvCl373pw6s6GBxDMRATTQsR7V2giuIwId7aBtKOvHhJC6VZylf2vkTXFnbi6jfurVS5CodGnY7Njkr0JZscnG+ev5wl1Bukqc4CB7gAAAABJRU5ErkJggg=='),
+ (document.title = 'New Tab'))
diff --git a/robots.txt b/robots.txt
index c264cd00..14267e90 100644
--- a/robots.txt
+++ b/robots.txt
@@ -1,4 +1,2 @@
User-agent: *
-Allow: /
-
-Sitemap: https://cools1te.pages.dev/sitemap.xml
\ No newline at end of file
+Allow: /
\ No newline at end of file