Created
January 30, 2019 15:58
-
-
Save khanghh/48b28a2b4dafb74ea00d3e0e8898eb9f to your computer and use it in GitHub Desktop.
BlockBlockAdBlock
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 BlockBlockAdBlock | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author You | |
// @match https://maclife.vn/* | |
// @match https://blockadblock.com/* | |
// @grant none | |
// ==/UserScript== | |
(function() { | |
'use strict'; | |
document.createElement = undefined | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment