Anti-Adblock & Bypass Cloaker

Masque Tampermonkey + bloqueurs anti-bypass (Revbid, Coinzilla, Netpub...)

Autor
Abdelali-souini
Installationen heute
1
Installationen gesamt
7
Bewertungen
0 0 0
Version
1.0
Erstellt am
07.05.2025
Letzte Aktualisierung
07.05.2025
Größe
3,3 KB
Lizenz
n/a
Wird angewandt auf
Alle Seiten

The Anti-Adblock & Bypass Cloaker is a stealthy Tampermonkey script designed to bypass adblock detection systems and block intrusive ad networks (such as Revbid, Coinzilla, Netpub, and Criteo). It actively prevents anti-adblock scripts from detecting browser extensions while also removing known ad-serving scripts before they load.

Key Features
✔ Tampermonkey Camouflage – Hides the presence of Tampermonkey by modifying Object.defineProperty and Function.prototype.call to prevent detection.

✔ Preemptive Script Blocking – Stops ad-related scripts from loading by matching against a predefined blocklist (e.g., prebid.revbid.net, fstatic.netpub.media, shareus.io).

✔ Adblock Spoofing – Sets fake properties (window.adblock = false, adBlockActive = false) to trick anti-adblock scripts into believing no adblocker is active.

✔ User-Agent Masking – Overrides navigator.userAgent to prevent fingerprinting-based detection.

✔ Extension Hiding – Attempts to remove traces of Chrome extensions (chrome.runtime) to avoid detection.

✔ Fetch & XHR Interception – Blocks network requests to known ad domains by returning empty responses, preventing unwanted tracking scripts from executing.

Use Cases
Bypass Anti-Adblock Walls – Access content on sites that block users with adblockers.

Privacy Protection – Prevent ad networks from loading tracking scripts.

Faster Page Loading – Reduce page bloat by stopping unnecessary ad scripts before execution.

Developer Testing – Analyze how websites detect and react to adblockers.

Installation & Usage
Install Tampermonkey (Browser Extension).

Add the Anti-Adblock & Bypass Cloaker script.

The script runs automatically on page load (@run-at document-start).

Check the console for logs on blocked scripts (❌ Script publicitaire bloqué).