This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// goguardian_info.js | |
window.onerror = alert; | |
alert("aaa"); | |
document.addEventListener("DOMContentLoaded", () => { | |
const finalUrl = window.location.href; | |
alert("Final redirected page:", finalUrl); | |
try { | |
const urlParams = new URL(finalUrl).searchParams; | |
if (urlParams.has("ctx")) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Play this game by going to https://www.puzzlescript.net/play.html?p=db0d194554f87972aa0cc53f4c5fb969 |