Skip to content

Commit

Permalink
fix mayb :??
Browse files Browse the repository at this point in the history
  • Loading branch information
JobiDev authored Oct 21, 2024
1 parent c017444 commit f13783a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion js/appsmanager.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,14 @@ function andpdf(){
window.open(baseurl + url);
}

function openUrlUncloaked(){
window.open(document.getElementById("gameframe").location)
}

function fixer(){
let choice = window.prompt("about:blank or standard? (Standard has a higher chance of fixing it) 1/2")
if (choice == 1){ openURL() }
if (choice == 2){ window.open(urlToOpen)}
if (choice == 2){ openUrlUncloaked() }
}

//This was revamped to add the gtag by chatgpt because I was in a rush (sowwy :3)
Expand Down

0 comments on commit f13783a

Please sign in to comment.