Skip to content

Instantly share code, notes, and snippets.

@thoughtsunificator
Last active February 5, 2025 01:54
Show Gist options
  • Save thoughtsunificator/8678d5ab189557e0c13391b5b33ce99c to your computer and use it in GitHub Desktop.
Save thoughtsunificator/8678d5ab189557e0c13391b5b33ce99c to your computer and use it in GitHub Desktop.
[userscript] Please not discourse again
// ==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