diff --git a/static/assets/JSON/changelog.json b/static/assets/JSON/changelog.json index c8f07bf..66a4b73 100644 --- a/static/assets/JSON/changelog.json +++ b/static/assets/JSON/changelog.json @@ -1,7 +1,7 @@ [ { "date": "2/21/2024", - "simpleDescription": "Fixed more games, added 11 games, and added 2 new themes" + "simpleDescription": "Fixed more games, added 15 games, and added 2 new themes" }, { "date": "2/20/2024", diff --git a/static/assets/JSON/games.json b/static/assets/JSON/games.json index 3cd48c0..fded791 100644 --- a/static/assets/JSON/games.json +++ b/static/assets/JSON/games.json @@ -898,7 +898,32 @@ }, { "name": "Paper.io", - "target": "//g-class.biz/lessons/1/", + "target": "https://g-class.biz/lessons/1/", "image": "https://gamaddy.com/paper-io.png" + }, + { + "name": "Slime Rush TD", + "target": "/cdn/3kh0/slime-rush-td/index.html", + "image": "/cdn/3kh0/slime-rush-td/splash.png" + }, + { + "name": "Station 141", + "target": "/cdn/3kh0/station-141/index.html", + "image": "https://img.itch.zone/aW1nLzU4ODM5NjMucG5n/original/75wxYs.png" + }, + { + "name": "Station Meltdown", + "target": "/cdn/3kh0/station-meltdown/index.html", + "image": "https://gamaverse.com/c/i/y/station-meltdown.jpg" + }, + { + "name": "Rolling Forests", + "target": "/cdn/3kh0/rolling-forests/index.html", + "image": "/cdn/3kh0/rolling-forests/icon.png" + }, + { + "name": "Veloce", + "target": "/cdn/3kh0/veloce/index.html", + "image": "/cdn/3kh0/rolling-forests/icon.png" } ] \ No newline at end of file diff --git a/static/assets/js/main.js b/static/assets/js/main.js index 52b61c0..0e3c09f 100644 --- a/static/assets/js/main.js +++ b/static/assets/js/main.js @@ -1,4 +1,4 @@ -import { createViewPage, isValidURL, getVH, CrossTabCommunication, PolarisError, storage } from './utils.js'; +import { createViewPage, isValidURL, getVH, CrossTabCommunication, PolarisError, storage, encoder } from './utils.js'; import { loadSettings, loadSidebarInterface } from './settings.js'; import loadEasterEggs from './eastereggs.js'; import loadAnalytics from './analytics.js'; @@ -12,6 +12,8 @@ await loadAnalytics(); if (location.pathname !== '/view') loadSidebarInterface(); loadEasterEggs(); +alert(encoder.xor.decode('hvtrs8%2F-iog%2Civcj.xole-aU1lLxU6OFM7NhMwcE5l%2Fmrkgkncl-77wzYq.rne')); + /*const ctcClient = new CrossTabCommunication(); ctcClient.on('open', (connection) => {