Basic Ad Blocker & Anti-Adblock Defeater (UserScript)

A basic UserScript to attempt blocking common ads, including pop-up video ads and unwanted new tab redirects, and some anti-adblock detection methods.

当前为 2025-06-29 提交的版本,查看 最新版本

作者
Snow2122
评分
0 0 0
版本
2.1
创建于
2025-04-29
更新于
2025-06-29
大小
12.0 KB
许可证
MIT
适用于
所有网站

Basic UserScript Ad Blocker

A simple UserScript to block ads, pop-ups, video ads, and bypass basic anti-adblock detection across websites.

License: MIT

Key Features:

  • Ad Element Hiding: Removes banners, sidebars, and ad containers using CSS selectors.
  • Video Ad Blocker: Stops video ads by pausing, clearing, and removing video elements.
  • Pop-up/Redirect Block: Overrides window.open to block new tab redirects from known ad domains.
  • Anti-Adblock Bypass: Tricks basic adblock detectors by altering JavaScript variables and element properties.
  • Dynamic Ad Blocking: Uses MutationObserver to catch ads injected after page load.

How It Works:

  • Runs at page start to apply blocks early.
  • Hides ads instantly with injected CSS.
  • Monitors page for new ads continuously.
  • Blocks pop-unders and anti-adblock scripts before they trigger.

Important: This script offers basic protection. For stronger, network-level ad blocking, use extensions like uBlock Origin or AdGuard.

Installation Guide:

  1. Install Tampermonkey (Chrome, Edge, Firefox, Safari) or Greasemonkey (Firefox).
  2. Create a new script in the extension.
  3. Delete boilerplate code.
  4. Paste the full script code (including // ==UserScript== headers).
  5. Save and enable it. It will work automatically on supported sites.

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址