NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name DOM Annihilator // @namespace http://tampermonkey.net/ // @version 6.6.6 // @description Kill the DOM from its root // @license Artistic-2.0 // @author Outis // @match *://*/* // @grant none // ==/UserScript== document.documentElement.remove()