Skip to content

Instantly share code, notes, and snippets.

@wiiind
wiiind / darkreader.user.js
Last active September 27, 2025 17:43 — forked from evanreichard/darkreader.user.js
Dark Reader UserScript for Safari Browser
// ==UserScript==
// @name DarkReader
// @version 0.0.7
// @match *://*/*
// @downloadURL https://gist.github.com/wiiind/1f8a8dbaf73a36334e9671548c7a073e/raw/darkreader.user.js
// @require https://unpkg.com/darkreader@4.9.46/darkreader.js
// @grant GM.xmlhttpRequest
// @grant GM.registerMenuCommand
// @grant GM.unregisterMenuCommand
// @grant GM_getValue