Outis / DOM Annihilator

// ==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()