This isn't useful on it's own, combine with some style/css applier, or a canvas bug to see it.
This file contains 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
// ==UserScript== | |
// @name mf-adblock | |
// @namespace none | |
// @version 0.7 | |
// @description A basic anti-adblock workaround that can remove or click elements on a website | |
// @author DerFichtl, with major improvements by Firepup650 | |
// @match https://*/* | |
// @icon https://getadblock.com/favicon.ico | |
// @grant none | |
// @noframes |