add bypass for empebau

This commit is contained in:
Amm0ni4 2024-05-29 13:56:21 +02:00
parent a16f5fb95b
commit 1b93c7aa3b
4 changed files with 16 additions and 10 deletions

View file

@ -4,7 +4,7 @@
// @run-at document-start // @run-at document-start
// @author Amm0ni4 // @author Amm0ni4
// @noframes // @noframes
// @version 92.0.4 // @version 92.0.5
// @grant GM_setValue // @grant GM_setValue
// @grant GM_getValue // @grant GM_getValue
// @grant GM_addStyle // @grant GM_addStyle
@ -729,7 +729,7 @@
// @include /musicc.xyz/ // @include /musicc.xyz/
// @include /(cravesandflames|codesnse).com/ // @include /(cravesandflames|codesnse).com/
// @include /go.(cravesandflames|codesnse).com/ // @include /go.(cravesandflames|codesnse).com/
// @include /empebau.eu\/s/ // @include /empebau.eu\/s\/linker/
// @include /cpmlink.net\/go/ // @include /cpmlink.net\/go/
// @include /10short.com/ // @include /10short.com/
// @include /zegtrends.com/ // @include /zegtrends.com/

View file

@ -4,7 +4,7 @@
// @run-at document-start // @run-at document-start
// @author Amm0ni4 // @author Amm0ni4
// @noframes // @noframes
// @version 92.0.4 // @version 92.0.5
// @grant GM_setValue // @grant GM_setValue
// @grant GM_getValue // @grant GM_getValue
// @grant GM_addStyle // @grant GM_addStyle
@ -729,7 +729,7 @@
// @include /musicc.xyz/ // @include /musicc.xyz/
// @include /(cravesandflames|codesnse).com/ // @include /(cravesandflames|codesnse).com/
// @include /go.(cravesandflames|codesnse).com/ // @include /go.(cravesandflames|codesnse).com/
// @include /empebau.eu\/s/ // @include /empebau.eu\/s\/linker/
// @include /cpmlink.net\/go/ // @include /cpmlink.net\/go/
// @include /10short.com/ // @include /10short.com/
// @include /zegtrends.com/ // @include /zegtrends.com/
@ -2093,8 +2093,11 @@
// Ad-maven // Ad-maven
/^(https?:\/\/)(?!(bypass.city|adbypass.org))(free-content.pro|(ebaticalfel|downbadleaks|megadropsz|megadumpz|stownrusis|iedprivatedqu|megaspremium|premiumstashdrop|teenspremium).com)\/s\?/.test(url) ? solveThroughBypassCity(url) : null; /^(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 used by adbypass.eu // empebau.eu after ad-maven links
/empebau.eu\/s/.test(url) ? afterDOMLoaded(function() {redirectIfExists('#skip > p:nth-child(1) > a:nth-child(1)')}) : null; /empebau.eu\/s\/linker\/.*/.test(url) ? afterDOMLoaded(function() {
const targetUrl = document.querySelector('#box > p:nth-child(1) > a:nth-child(1)').href;
if (!targetUrl.startsWith('https://empebau.eu')) {redirect(targetUrl)}
}) : null;
// Loot-links (optionally solve through bypass.city, but currently solved locally) // Loot-links (optionally solve through bypass.city, but currently solved locally)
// /^(https?:\/\/)(?!(bypass.city|adbypass.org))(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/.test(url) ? solveThroughBypassCity(url) : null; // /^(https?:\/\/)(?!(bypass.city|adbypass.org))(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/.test(url) ? solveThroughBypassCity(url) : null;

View file

@ -86,7 +86,7 @@
// @include /musicc.xyz/ // @include /musicc.xyz/
// @include /(cravesandflames|codesnse).com/ // @include /(cravesandflames|codesnse).com/
// @include /go.(cravesandflames|codesnse).com/ // @include /go.(cravesandflames|codesnse).com/
// @include /empebau.eu\/s/ // @include /empebau.eu\/s\/linker/
// @include /cpmlink.net\/go/ // @include /cpmlink.net\/go/
// @include /10short.com/ // @include /10short.com/
// @include /zegtrends.com/ // @include /zegtrends.com/
@ -398,8 +398,11 @@
// Ad-maven // Ad-maven
/^(https?:\/\/)(?!(bypass.city|adbypass.org))(free-content.pro|(ebaticalfel|downbadleaks|megadropsz|megadumpz|stownrusis|iedprivatedqu|megaspremium|premiumstashdrop|teenspremium).com)\/s\?/.test(url) ? solveThroughBypassCity(url) : null; /^(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 used by adbypass.eu // empebau.eu after ad-maven links
/empebau.eu\/s/.test(url) ? afterDOMLoaded(function() {redirectIfExists('#skip > p:nth-child(1) > a:nth-child(1)')}) : null; /empebau.eu\/s\/linker\/.*/.test(url) ? afterDOMLoaded(function() {
const targetUrl = document.querySelector('#box > p:nth-child(1) > a:nth-child(1)').href;
if (!targetUrl.startsWith('https://empebau.eu')) {redirect(targetUrl)}
}) : null;
// Loot-links (optionally solve through bypass.city, but currently solved locally) // Loot-links (optionally solve through bypass.city, but currently solved locally)
// /^(https?:\/\/)(?!(bypass.city|adbypass.org))(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/.test(url) ? solveThroughBypassCity(url) : null; // /^(https?:\/\/)(?!(bypass.city|adbypass.org))(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/.test(url) ? solveThroughBypassCity(url) : null;

View file

@ -709,7 +709,7 @@ https://paster.so/*
/musicc.xyz/ /musicc.xyz/
/(cravesandflames|codesnse).com/ /(cravesandflames|codesnse).com/
/go.(cravesandflames|codesnse).com/ /go.(cravesandflames|codesnse).com/
/empebau.eu\/s/ /empebau.eu\/s\/linker/
/cpmlink.net\/go/ /cpmlink.net\/go/
/10short.com/ /10short.com/
/zegtrends.com/ /zegtrends.com/