Skip to content

Instantly share code, notes, and snippets.

View historical-lady's full-sized avatar

historical-lady

  • Joined May 13, 2025
View GitHub Profile
@historical-lady
historical-lady / reddit_nsfw_disable.user.js
Created May 13, 2025 13:13
TamperMonkey script to forcibly disable NSFW Reddit
// ==UserScript==
// @name Reddit NSFW Disabler
// @namespace http://tampermonkey.net/
// @version 0.1
// @description WIP NSFW disabler
// @author You
// @match https://www.reddit.com/*
// @icon https://www.redditstatic.com/shreddit/assets/favicon/192x192.png
// @grant none
// ==/UserScript==