Skip to content

Commit

Permalink
AG & Credits
Browse files Browse the repository at this point in the history
  • Loading branch information
sysolace committed Mar 11, 2024
1 parent d67f392 commit 3952208
Show file tree
Hide file tree
Showing 11 changed files with 46 additions and 8 deletions.
Binary file added static/assets/img/drifthunters.webp
Binary file not shown.
Binary file added static/assets/img/fireboy-and-watergirl.webp
Binary file not shown.
Binary file added static/assets/img/gemini.webp
Binary file not shown.
Binary file modified static/assets/img/netflix.webp
Binary file not shown.
Binary file added static/assets/img/stickmanhook.webp
Binary file not shown.
Binary file added static/assets/img/super-buddy-kick.webp
Binary file not shown.
Binary file added static/assets/img/symbolab.webp
Binary file not shown.
28 changes: 28 additions & 0 deletions static/assets/js/ag.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ function gpt() {
openAg('https://ub7.org');
}

function gemini() {
openAg('https://gemini.google.com');
}

function chess() {
openAg('https://chess.com');
}
Expand Down Expand Up @@ -91,6 +95,14 @@ function sFlix() {
openAg('https://sflix.se');
}

function netflix() {
openAg('https://netflix.com');
}

function symbolab() {
openAg('https://www.symbolab.com');
}

/*games*/
function onevone() {
openAg('https://1v1.lol');
Expand Down Expand Up @@ -268,4 +280,20 @@ function templeRun() {

function driveMad() {
openAg('https://drivemad.me/iframe/index.html');
}

function stickManHook() {
openAg('https://stickman-hook.io/iframe/index.html');
}

function kickTheBuddy() {
openAg('https://html5.gamedistribution.com/rvvASMiM/09399bfcb6e8462b873a6154b506ea99/index.html?gdpr-targeting=1&gd_sdk_referrer_url=https%3A%2F%2Fwww.silvergames.com%2Fen%2Fsuper-buddy-kick&gd_zone_config=eyJwYXJlbnRVUkwiOiJodHRwczovL3d3dy5zaWx2ZXJnYW1lcy5jb20vZW4vc3VwZXItYnVkZHkta2ljayIsInBhcmVudERvbWFpbiI6InNpbHZlcmdhbWVzLmNvbSIsInRvcERvbWFpbiI6InNpbHZlcmdhbWVzLmNvbSIsImhhc0ltcHJlc3Npb24iOmZhbHNlLCJsb2FkZXJFbmFibGVkIjp0cnVlLCJob3N0IjoiaHRtbDUuZ2FtZWRpc3RyaWJ1dGlvbi5jb20iLCJ2ZXJzaW9uIjoiMS41LjE3In0%253D')
}

function driftHunters() {
openAg('https://webglmath.github.io/drift-hunters/index.html');
}

function fBwG1() {
openAg('https://ubg100.github.io/games/fbwg1/index.html');
}
19 changes: 12 additions & 7 deletions static/assets/js/apps.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,23 +53,28 @@ function addApp(name, imageUrl, onClickFunction, width, height) {
var apps = {
Google: { imageUrl: "/assets/img/google-icon.webp", onClick: google },
ChatGPT: { imageUrl: "/assets/img/gpt.webp", onClick: gpt },
'Gemini': { imageUrl: "/assets/img/gemini.webp", onClick: gemini },
Discord: { imageUrl: "/assets/img/discord.webp", onClick: discord },
'CoolMath': { imageUrl: "/assets/img/coolmathgames.webp", onClick: cmg },
CrazyGames: { imageUrl: "/assets/img/crazygames.webp", onClick: crazygms },
'Y8 Games': { imageUrl: "/assets/img/y8.webp", onClick: y8 },
'GeForce Now': { imageUrl: "/assets/img/geforcenow.webp", onClick: geforce },
'Now.GG': { imageUrl: "/assets/img/nowgg.webp", onClick: ng },
'Chess.com': { imageUrl: "/assets/img/chess.webp", onClick: chess },
'Symbolab Math Solver': { imageUrl: "/assets/img/symbolab.webp", onClick: github, height: 130 },
YouTube: { imageUrl: "/assets/img/youtube.webp", onClick: yt },
Spotify: { imageUrl: "/assets/img/spotify.webp", onClick: spotify },
Netflix: { imageUrl: "/assets/img/netflix.webp", onClick: netflix },
SFlix: { imageUrl: "/assets/img/sflix.webp", onClick: sFlix },
Twitch: { imageUrl: "/assets/img/twitch.webp", onClick: twitch },
TikTok: { imageUrl: "/assets/img/tiktok.webp", onClick: tt },
Spotify: { imageUrl: "/assets/img/spotify.webp", onClick: spotify },
Twitter: { imageUrl: "/assets/img/twitter-x.webp", onClick: twitter },
Reddit: { imageUrl: "/assets/img/reddit.webp", onClick: reddit },
Pinterest: { imageUrl: "/assets/img/pinterest.webp", onClick: pin },
Twitch: { imageUrl: "/assets/img/twitch.webp", onClick: twitch },
'GeForce Now': { imageUrl: "/assets/img/geforcenow.webp", onClick: geforce },
GitHub: { imageUrl: "/assets/img/github.webp", onClick: github },
SFlix: { imageUrl: "/assets/img/sflix.webp", onClick: sFlix },
'Now.GG': { imageUrl: "/assets/img/nowgg.webp", onClick: ng },
'Chess.com': { imageUrl: "/assets/img/chess.webp", onClick: chess },
'Visual Studio Code': { imageUrl: "/assets/img/vscode.webp", onClick: vscode, height: 130 },
'Y8 Games': { imageUrl: "/assets/img/y8.webp", onClick: y8 },


};


Expand Down
6 changes: 5 additions & 1 deletion static/assets/js/gms.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,11 @@ var gms = {
'OvO': { imageUrl: "/assets/img/ovo.webp", onClick: ovo, height: 130 },
'Awesome Tanks 2': { imageUrl: "/assets/img/atanks2.webp", onClick: awesomeTanksTwo, height: 130 },
'Temple Run': { imageUrl: "/assets/img/temple-run.webp", onClick: templeRun },
'Drive Mad': { imageUrl: "/assets/img/drive-mad.webp", onClick: driveMad},
'Drift Hunters': { imageUrl: "/assets/img/drifthunters.webp", onClick: driftHunters },
'Drive Mad': { imageUrl: "/assets/img/drive-mad.webp", onClick: driveMad },
'Stickman Hook': { imageUrl: "/assets/img/stickmanhook.webp", onClick: stickManHook, height: 130 },
'Kick The Buddy': { imageUrl: "/assets/img/super-buddy-kick.webp", onClick: kickTheBuddy, height: 130 },
'Fireboy and Watergirl': { imageUrl: "/assets/img/fireboy-and-watergirl.webp", onClick: fBwG1, height: 130 },
};
for (var gmsName in gms) {
if (gms.hasOwnProperty(gmsName)) {
Expand Down
1 change: 1 addition & 0 deletions static/credits.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ <h1 style="font-family: poppins; font-size: 85px; text-align: center;">Credits</
<a href="https://github.com/Russell2259" style="font-size: 23px;">Russell2259</a>
<p style="font-size: 21px; margin: 20px;">All games belong to their respective owners</p>
<p style="font-size: 21px;">© Copyright 2024 Doge Network. All Rights Reserved.</p>
<p style="font-size: 15px;">Doge Unblocker v4.4.5 Stable</p>
</div>
<div class="footer themesExcluded">
<a href="https://discord.gg/sWPHCdxCPU" target="new" style="text-align: right;"><svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" class="bi bi-discord" viewBox="0 -1.5 16 16"><path d="M13.545 2.907a13.227 13.227 0 0 0-3.257-1.011.05.05 0 0 0-.052.025c-.141.25-.297.577-.406.833a12.19 12.19 0 0 0-3.658 0 8.258 8.258 0 0 0-.412-.833.051.051 0 0 0-.052-.025c-1.125.194-2.22.534-3.257 1.011a.041.041 0 0 0-.021.018C.356 6.024-.213 9.047.066 12.032c.001.014.01.028.021.037a13.276 13.276 0 0 0 3.995 2.02.05.05 0 0 0 .056-.019c.308-.42.582-.863.818-1.329a.05.05 0 0 0-.01-.059.051.051 0 0 0-.018-.011 8.875 8.875 0 0 1-1.248-.595.05.05 0 0 1-.02-.066.051.051 0 0 1 .015-.019c.084-.063.168-.129.248-.195a.05.05 0 0 1 .051-.007c2.619 1.196 5.454 1.196 8.041 0a.052.052 0 0 1 .053.007c.08.066.164.132.248.195a.051.051 0 0 1-.004.085 8.254 8.254 0 0 1-1.249.594.05.05 0 0 0-.03.03.052.052 0 0 0 .003.041c.24.465.515.909.817 1.329a.05.05 0 0 0 .056.019 13.235 13.235 0 0 0 4.001-2.02.049.049 0 0 0 .021-.037c.334-3.451-.559-6.449-2.366-9.106a.034.034 0 0 0-.02-.019Zm-8.198 7.307c-.789 0-1.438-.724-1.438-1.612 0-.889.637-1.613 1.438-1.613.807 0 1.45.73 1.438 1.613 0 .888-.637 1.612-1.438 1.612Zm5.316 0c-.788 0-1.438-.724-1.438-1.612 0-.889.637-1.613 1.438-1.613.807 0 1.451.73 1.438 1.613 0 .888-.631 1.612-1.438 1.612Z"/></svg></a><a href="https://github.com/dogenetwork/v4" target="new" style="text-align: right;"><svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="currentColor" class="bi bi-github" viewBox="0 0 16 16"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z"/></svg></a>
Expand Down

1 comment on commit 3952208

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on 3952208 Mar 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
v4 ✅ Deployed View Logs 2024-03-11T00:59:10.056Z

Please sign in to comment.