add default case for paster.so

This commit is contained in:
Amm0ni4 2024-10-27 00:31:22 +02:00
parent 4d52445514
commit a49e0cf1c0
2 changed files with 4 additions and 0 deletions

View file

@ -2909,6 +2909,8 @@
} else if (extractedURLs.length > 1) {
addURLsToOverlay(extractedURLs); // Add URLs to overlay if more than one URL is found
overlayCreated = true;
} else {
window.location.assign(`https://adbypass.org/bypass?bypass=${encodeURIComponent(window.location.href)}`);
}
}
});

View file

@ -69,6 +69,8 @@
} else if (extractedURLs.length > 1) {
addURLsToOverlay(extractedURLs); // Add URLs to overlay if more than one URL is found
overlayCreated = true;
} else {
window.location.assign(`https://adbypass.org/bypass?bypass=${encodeURIComponent(window.location.href)}`);
}
}
});