mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-27 23:43:02 +05:00
add default case for paster.so
This commit is contained in:
parent
4d52445514
commit
a49e0cf1c0
2 changed files with 4 additions and 0 deletions
|
@ -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)}`);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
@ -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)}`);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue