Last active
April 24, 2026 18:40
-
-
Save k1lgor/4a3502623afc5548258604caf3807988 to your computer and use it in GitHub Desktop.
gledaitv.live/gledaitv.fan anti-adblock - uBlock Origin filters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ! Block anti-adblock and ad scripts on gledaitv | |
| ||cdn.adapex.io^$script,domain=gledaitv.live | |
| ||cdn.adapex.io^$script,domain=gledaitv.fan | |
| ||cdn.pubfuture-ad.com^$script,domain=gledaitv.fan | |
| ||tg1.ad-adapex.io^$script,domain=gledaitv.fan | |
| ||pagead2.googlesyndication.com^$script,domain=gledaitv.live | |
| ||pagead2.googlesyndication.com^$script,domain=gledaitv.fan | |
| ||googlesyndication.com^$script,domain=gledaitv.fan | |
| ||googletagmanager.com^$script,domain=gledaitv.fan | |
| ||b-cdn.monetumo.com^$script,domain=gledaitv.live | |
| ||b-cdn.monetumo.com^$stylesheet,domain=gledaitv.live | |
| ||securepubads.g.doubleclick.net^$script,domain=gledaitv.live | |
| ||doubleclick.net^$script,domain=gledaitv.fan | |
| ! Prevent anti-adblock detection by creating fake ad elements | |
| gledaitv.live##+js(set-constant, adblockHandlers.showAccessNotice, noopFunc) | |
| gledaitv.live##+js(set-constant, devtoolsDetector, undefined) | |
| gledaitv.live##+js(set-constant, adblockHandlers, {}) | |
| gledaitv.fan##+js(set-constant, adblockHandlers.showAccessNotice, noopFunc) | |
| gledaitv.fan##+js(set-constant, devtoolsDetector, undefined) | |
| gledaitv.fan##+js(set-constant, adblockHandlers, {}) | |
| ! Or more specifically for the iframe | |
| cdn.gledaitv.live##+js(set-constant, adblockHandlers.showAccessNotice, noopFunc) | |
| cdn.gledaitv.live##+js(set-constant, adblockHandlers, {}) | |
| cdn.gledaitv.fan##+js(set-constant, adblockHandlers.showAccessNotice, noopFunc) | |
| cdn.gledaitv.fan##+js(set-constant, adblockHandlers, {}) | |
| ! Block devtools detector | |
| cdn.gledaitv.live##+js(set-constant, devtoolsDetector, undefined) | |
| cdn.gledaitv.live##+js(set-constant, devtoolsDetector.launch, noopFunc) | |
| cdn.gledaitv.live##+js(set-constant, devtoolsDetector.addLIstener, noopFunc) | |
| cdn.gledaitv.fan##+js(set-constant, devtoolsDetector, undefined) | |
| cdn.gledaitv.fan##+js(set-constant, devtoolsDetector.launch, noopFunc) | |
| cdn.gledaitv.fan##+js(set-constant, devtoolsDetector.addLIstener, noopFunc) | |
| ! Create fake ad overlay to bypass detection | |
| cdn.gledaitv.live##+js(aeld, DOMContentLoaded, function(){document.createElement('div').id='ad-pverlay'}) | |
| ! Hide ad containers | |
| gledaitv.fan##.adsbygoogle | |
| gledaitv.fan##div[data-aaad] | |
| gledaitv.fan##ins.adsbygoogle | |
| gledaitv.fan##.sidebar_reklam | |
| gledaitv.fan##.icerik_yatay_reklam | |
| gledaitv.fan##.baslik_reklam | |
| gledaitv.live##.adsbygoogle | |
| gledaitv.live##div[data-aaad] | |
| gledaitv.live##ins.adsbygoogle | |
| gledaitv.live##.sidebar_reklam | |
| gledaitv.live##.icerik_yatay_reklam | |
| gledaitv.live##.baslik_reklam |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment