summaryrefslogtreecommitdiff
path: root/.config/qutebrowser/greasemonkey/darkreader.js
diff options
context:
space:
mode:
authorAdam Stück <adam@adast.xyz>2023-03-22 07:49:52 +0100
committerAdam Stück <adam@adast.xyz>2023-04-28 20:31:52 +0200
commit1abce784cf269fd98ee5faa09e52ba642f2e61ec (patch)
tree716d9b1961dc7235c665747454f03d5f488bffac /.config/qutebrowser/greasemonkey/darkreader.js
parentc1fae7c333a7c89347b1955e23aadae47e28f20f (diff)
switched from i3 to sway
Diffstat (limited to '.config/qutebrowser/greasemonkey/darkreader.js')
-rw-r--r--.config/qutebrowser/greasemonkey/darkreader.js30
1 files changed, 0 insertions, 30 deletions
diff --git a/.config/qutebrowser/greasemonkey/darkreader.js b/.config/qutebrowser/greasemonkey/darkreader.js
deleted file mode 100644
index 9ea2139..0000000
--- a/.config/qutebrowser/greasemonkey/darkreader.js
+++ /dev/null
@@ -1,30 +0,0 @@
-// ==UserScript==
-// @name Dark Reader (Unofficial)
-// @icon https://darkreader.org/images/darkreader-icon-256x256.png
-// @namespace DarkReader
-// @description Inverts the brightness of pages to reduce eye strain
-// @version 4.7.15
-// @author https://github.com/darkreader/darkreader#contributors
-// @homepageURL https://darkreader.org/ | https://github.com/darkreader/darkreader
-// @run-at document-end
-// @grant none
-// @include http*
-// @include qute*
-// @exclude *://discord.com/*
-// @exclude *://github.com/*
-// @exclude *://*sr.ht*/*
-// @exclude *://invidious.*
-// @exclude *://yewtu.be/*
-// @exclude *://teddit.*
-// @exclude *://*translate*/*
-// @exclude *://*.thomann.de/*
-// @exclude *://*.adast.xyz/*
-// @require https://cdn.jsdelivr.net/npm/darkreader/darkreader.min.js
-// @noframes
-// ==/UserScript==
-
-DarkReader.enable({
- brightness: 100,
- contrast: 100,
- sepia: 0
-});