Anti-Adblock & Bypass Cloaker

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

Author
Abdelali-souini
Daily installs
2
Total installs
6
Ratings
0 0 0
Version
1.0
Created
2025-05-07
Updated
2025-05-07
Size
3.3 KB
License
N/A
Applies to
All sites

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é).