Last active
February 5, 2025 01:54
-
-
Save thoughtsunificator/8678d5ab189557e0c13391b5b33ce99c to your computer and use it in GitHub Desktop.
[userscript] Please not discourse again
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 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() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment