Skip to content

Instantly share code, notes, and snippets.

@khanghh
Created January 30, 2019 15:58
Show Gist options
  • Save khanghh/48b28a2b4dafb74ea00d3e0e8898eb9f to your computer and use it in GitHub Desktop.
Save khanghh/48b28a2b4dafb74ea00d3e0e8898eb9f to your computer and use it in GitHub Desktop.
BlockBlockAdBlock
// ==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