fixed the obfuscation

This commit is contained in:
hexahigh 2023-08-23 15:21:17 +02:00
parent 9b17d6f881
commit 6cbcb80cc3

View File

@ -7,7 +7,7 @@ var o = url.searchParams.get("obf");
// Check that there is something there otherwhise it will get stuck in a loop
if(c) {
// Check if url is obfuscated
if (obf) {
if (o) {
c = atob(c)
}
if (c.startsWith("http://") || c.startsWith("https://")) {