From 759bb00d75e0d05e614729420c86c8dc0a8c774d Mon Sep 17 00:00:00 2001 From: Sky Date: Tue, 23 May 2023 20:32:56 -0400 Subject: [PATCH] final fixes - prepared for full release --- README.md | 2 +- bookmarklets.html | 12 +++--------- changelog.html | 7 +++---- git.sh | 7 ------- index.html | 2 +- cookie.js => js/cookie.js | 2 +- js/ultimatetabcloak.js | 17 +++++++++++++++++ robots.txt | 4 +--- 8 files changed, 27 insertions(+), 26 deletions(-) delete mode 100644 git.sh rename cookie.js => js/cookie.js (98%) create mode 100644 js/ultimatetabcloak.js 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 @@ - e-gamepass + Bookmarklets | e-gamepass - - - - - @@ -37,9 +31,9 @@

Drag the link above to your bookmarks bar. This adds a piano to the page.

Developer Console

Drag the link above to your bookmarks bar. This adds all features of the developer console to whatever page your on.

- Asteroids + Asteroids

Drag the link above to your bookmarks bar. This allows you to play Asteroids on the website you are on, destroying everything.

- Katamari + Katamari

Drag the link above to your bookmarks bar. This allows you to collect the words on the page into a ball. Fun game, I recommend playing it.

Tab Cloaks

diff --git a/changelog.html b/changelog.html index 2a71f285..b3e21ae4 100644 --- a/changelog.html +++ b/changelog.html @@ -3,7 +3,7 @@ - e-gamepass + Changelog | e-gamepass @@ -12,15 +12,14 @@ - -

e-gamepass

-

v. 2023.05.22

+

v. 2023.05.23

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!

+ Back to home
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