This file contains hidden or 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 Remove all3dp adblocker wall | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description Remove the irritating modal that All3DP displays until it decides you've disabled addblocker | |
| // @author Justin Hyland | |
| // @match https://all3dp.com/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=all3dp.com | |
| // @require https://gist.githubusercontent.com/jhyland87/b28636effabfc69e316281b004777adf/raw/77699d2539b91a842468b12bf52861f6bf6f4a64/tampermonkey-utilities.js | |
| // @grant none |