Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added static/assets/media/icons/deadshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/assets/media/icons/deal-or-no-deal.jfif
Binary file not shown.
Binary file added static/assets/media/icons/doodlejump.jfif
Binary file not shown.
Binary file added static/assets/media/icons/googlebaseball.jfif
Binary file not shown.
Binary file added static/assets/media/icons/madalinmultiplayer.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/assets/media/icons/madalinstuntcars2.jfif
Binary file not shown.
Binary file added static/assets/media/icons/madalinstuntcars3.jfif
Binary file not shown.
Binary file added static/assets/media/icons/rainbowtower.jfif
Binary file not shown.
48 changes: 48 additions & 0 deletions static/assets/scripts/g.js
Original file line number Diff line number Diff line change
Expand Up @@ -1171,6 +1171,54 @@ document.addEventListener('DOMContentLoaded', () => {
image: '/assets/media/icons/showdown.webp',
categories: ['all'],
},
{
name: 'Google Baseball',
link: 'https://www.google.com/logos/2019/july4th19/r6/july4th19.html',
image: '/assets/media/icons/googlebaseball.jfif',
categories: ['all'],
},
{
name: 'Deal or No Deal',
link: 'https://f.kbhgames.com/RS/game.php?r=//f.kbhgames.com/2018/swf/dondeal2.swf&w=640&h=480&warnsupport=true',
image: '/assets/media/icons/deal-or-no-deal.jfif',
categories: ['all'],
},
{
name: 'Deadshot',
link: 'https://deadshot.io',
image: '/assets/media/icons/deadshot.png',
categories: ['all'],
},
{
name: 'Rainbow Tower',
link: 'https://www.mathplayground.com/mobile_rainbow_tower/index.html',
image: '/assets/media/icons/rainbowtower.jfif',
categories: ['all'],
},
{
name: 'Doodle Jump',
link: 'https://doodlejump.pro/',
image: '/assets/media/icons/doodlejump.jfif',
categories: ['all'],
},
{
name: 'Madalin Stunt Cars Multiplayer',
link: 'https://games.crazygames.com/en_US/madalin-cars-multiplayer/index.html',
image: '/assets/media/icons/madalinmultiplayer.webp',
categories: ['all', '2P'],
},
{
name: 'Madalin Stunt Cars 2',
link: 'https://games.crazygames.com/en_US/madalin-stunt-cars-2/index.html',
image: '/assets/media/icons/madalinstuntcars2.jfif',
categories: ['all'],
},
{
name: 'Madalin Stunt Cars 3',
link: 'https://games.crazygames.com/en_US/madalin-stunt-cars-3/index.html',
image: '/assets/media/icons/madalinstuntcars3.jfif',
categories: ['all'],
},
{
name: 'PM: Light Platinum',
link: 'https://browncha023.github.io/GBA/launcher.html#pokemonlp',
Expand Down
2 changes: 1 addition & 1 deletion static/assets/scripts/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ document.onkeydown = function (evt) {
}

let splashtext = [
'Over 5 Million Users in 2023!',
'Over 7 Million Users in 2023!',
'Fastest growing proxy server!',
'Made by Bubbo!',
'Check out discord.gg/interstellar :)',
Expand Down
2 changes: 1 addition & 1 deletion static/games.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="stylesheet" href="/assets/styles/main.css?v=2" />
<link rel="stylesheet" href="/assets/styles/themes/default.css?v=3" />
<script src="/assets/scripts/index.js?v=5"></script>
<script src="/assets/scripts/g.js?v=16"></script>
<script src="/assets/scripts/g.js?v=17"></script>
</head>
<body>
<div class="fixed-nav-bar">
Expand Down