mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-28 16:03:01 +05:00
fix prev commit so it works on chromium too
This commit is contained in:
parent
1b93c7aa3b
commit
af20eb75b4
2 changed files with 2 additions and 2 deletions
|
@ -2094,7 +2094,7 @@
|
|||
/^(https?:\/\/)(?!(bypass.city|adbypass.org))(free-content.pro|(ebaticalfel|downbadleaks|megadropsz|megadumpz|stownrusis|iedprivatedqu|megaspremium|premiumstashdrop|teenspremium).com)\/s\?/.test(url) ? solveThroughBypassCity(url) : null;
|
||||
|
||||
// empebau.eu after ad-maven links
|
||||
/empebau.eu\/s\/linker\/.*/.test(url) ? afterDOMLoaded(function() {
|
||||
/empebau.eu\/s\/linker\/.*/.test(url) ? afterWindowLoaded(function() {
|
||||
const targetUrl = document.querySelector('#box > p:nth-child(1) > a:nth-child(1)').href;
|
||||
if (!targetUrl.startsWith('https://empebau.eu')) {redirect(targetUrl)}
|
||||
}) : null;
|
||||
|
|
|
@ -399,7 +399,7 @@
|
|||
/^(https?:\/\/)(?!(bypass.city|adbypass.org))(free-content.pro|(ebaticalfel|downbadleaks|megadropsz|megadumpz|stownrusis|iedprivatedqu|megaspremium|premiumstashdrop|teenspremium).com)\/s\?/.test(url) ? solveThroughBypassCity(url) : null;
|
||||
|
||||
// empebau.eu after ad-maven links
|
||||
/empebau.eu\/s\/linker\/.*/.test(url) ? afterDOMLoaded(function() {
|
||||
/empebau.eu\/s\/linker\/.*/.test(url) ? afterWindowLoaded(function() {
|
||||
const targetUrl = document.querySelector('#box > p:nth-child(1) > a:nth-child(1)').href;
|
||||
if (!targetUrl.startsWith('https://empebau.eu')) {redirect(targetUrl)}
|
||||
}) : null;
|
||||
|
|
Loading…
Reference in a new issue