// ==UserScript== // @name Please not discourse again // @namespace Violentmonkey Scripts // @match *://*/* // @grant none // @version 1.0 // @author - // @description 2/5/2025, 2:35:16 AM // ==/UserScript== if(typeof Discourse === "object") { document.documentElement.innerHTML = "" alert("Discourse crapware detected.") window.history.back() }