Skip to content

Commit

Permalink
Merge pull request #383 from davidkra230/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAProton authored Mar 18, 2022
2 parents e61f471 + 20dbdf2 commit 93f9dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/injection_script.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ unsafelyNavigate=target=>{
let url="https://universal-bypass.org/bypassed?target="+encodeURIComponent(target)+"&referer="+encodeURIComponent(referer)
switch(target)//All values here have been tested using "Take me to destinations after 0 seconds."
{
case (/krnl\.ca/.exec(target)||{}).input:
case (/(krnl\.ca|hugegames\.io)/.exec(target)||{}).input:
url+="&safe_in=15"
break;
}
Expand Down

0 comments on commit 93f9dc6

Please sign in to comment.