Skip to content

Instantly share code, notes, and snippets.

View Saghen's full-sized avatar

Liam Dyer Saghen

View GitHub Profile
@simonwep
simonwep / blockadblock-blocker.tapermonkey.js
Last active September 11, 2025 15:42
Blocks BlockAdBlock scripts
// ==UserScript==
// @name BlockAdblock Blocker
// @version 1.0
// @namespace http://tampermonkey.net/
// @description Blocks block-adblock
// @match *://**/*
// @grant none
// @run-at document-start
// ==/UserScript==