Skip to content

Commit

Permalink
Fixed Roblox on Now.GG
Browse files Browse the repository at this point in the history
  • Loading branch information
derpbyte authored Jan 19, 2024
1 parent d7697e0 commit d7b3c3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/assets/js/ag.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function google() {
location.href = '/lessons';
}
function ng() {
agU = Ultraviolet.codec.xor.encode('https://now.gg/play/roblox-corporation/5349/roblox');
agU = Ultraviolet.codec.xor.encode('https://now.gg/iframe/snippet?app_pkg=com.roblox.client&partner=gamenora');
sessionStorage.setItem('agUrl', agU);
location.href = '/lessons';
}
Expand Down Expand Up @@ -147,7 +147,7 @@ function p2048() {
location.href = '/lessons';
}
function rbx() {
agU = Ultraviolet.codec.xor.encode('https://nowgg.nl/play/roblox-corporation/5349/roblox');
agU = Ultraviolet.codec.xor.encode('https://now.gg/iframe/snippet?app_pkg=com.roblox.client&partner=gamenora');
sessionStorage.setItem('agUrl', agU);
location.href = '/lessons';
}
Expand Down Expand Up @@ -230,4 +230,4 @@ function paperIo() {
agU = Ultraviolet.codec.xor.encode('https://paper-io.com');
sessionStorage.setItem('agUrl', agU);
location.href = '/lessons';
}
}

1 comment on commit d7b3c3c

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on d7b3c3c Jan 19, 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-01-19T00:26:37.233Z

Please sign in to comment.