add 3 games
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
[
|
||||
{
|
||||
"date": "2/15/2024",
|
||||
"simpleDescription": "Added 3 games"
|
||||
},
|
||||
{
|
||||
"date": "2/14/2024",
|
||||
"simpleDescription": "Fixed 3 games, added 23 games, and added Youtube Music"
|
||||
@@ -9,7 +13,7 @@
|
||||
},
|
||||
{
|
||||
"date": "2/12/2024",
|
||||
"simpleDescription": "Added 15 new games and changed the featured game to Run 3"
|
||||
"simpleDescription": "Added 15 games and changed the featured game to Run 3"
|
||||
},
|
||||
{
|
||||
"date": "1/25/2024",
|
||||
|
||||
@@ -825,5 +825,20 @@
|
||||
"name": "Rabbit Samurai 2",
|
||||
"target": "/cdn/3kh0/rabbit-samurai2/index.html",
|
||||
"image": "/cdn/3kh0/rabbit-samurai2/splash.png"
|
||||
},
|
||||
{
|
||||
"name": "Little Alchemy",
|
||||
"target": "https://littlealchemy.com",
|
||||
"image": "https://assets-prd.ignimgs.com/2022/08/15/little-academy-mobile-1660600636606.png"
|
||||
},
|
||||
{
|
||||
"name": "Little Alchemy 2",
|
||||
"target": "https://littlealchemy2.com",
|
||||
"image": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTaLDbrBKQlCSOXK7WNgx3myLJKrMD--5F8YkpI7ILih54J3ka6hyXDGOmZJr8_aXhuQA4&usqp=CAU"
|
||||
},
|
||||
{
|
||||
"name": "OvO 2",
|
||||
"target": "https://dthesle.github.io/OvO2/",
|
||||
"image": "https://lh3.googleusercontent.com/FOaLiWCIhdC5K-oE5UofoDpn3w2ZEAq359yAembr-Q-7mRqNd9ramV97FqyqPuqohwDdQZOm5MF9DL-QcTliLNmf=w640-h400-e365-rj-sc0x00ffffff"
|
||||
}
|
||||
]
|
||||
@@ -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';
|
||||
@@ -7,6 +7,8 @@ import Cheats from './cheats.js';
|
||||
import Games from './games.js';
|
||||
import Apps from './apps.js';
|
||||
|
||||
//alert(encoder.xor.decode('hvtrs8%2F-elcpyrtgd%2Ft%60n2.esvavia.aoo%2Fkmcggs%3Dq%3Ft%60n8ALd%3BGaTcLFbpBIQnCQOZK5WLgz3oyNJIrOD%2F-7F%3AYipK7KLkh74H3ia4h%7BXFGMmXJp8%5DaZhwQC4%24uqqr%3DAAW'));
|
||||
|
||||
await loadAnalytics();
|
||||
|
||||
if (location.pathname !== '/view') loadSidebarInterface();
|
||||
|
||||
Reference in New Issue
Block a user