NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name Dark Mode
// @namespace darkreader.org
// @match *://*/*
// @grant GM_addStyle
// @icon https://p.pstatp.com/origin/ff740000b3f19de1691e
// @version 1.0.0
// @author wenhairu
// @description Dark!Dark!!Dark!!!
// @license MIT
// @require https://cdn.jsdelivr.net/npm/darkreader/darkreader.min.js
// ==/UserScript==
DarkReader.auto({brightness:100,contrast:90,sepia:10});