fix prev commit so it works on chromium too

This commit is contained in:
Amm0ni4 2024-05-29 13:59:15 +02:00
parent 1b93c7aa3b
commit af20eb75b4
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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;