diff options
-rw-r--r-- | .config/qutebrowser/greasemonkey-available/darkreader.js | 1 | ||||
-rw-r--r-- | .config/qutebrowser/greasemonkey-available/rimgo.js | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.config/qutebrowser/greasemonkey-available/darkreader.js b/.config/qutebrowser/greasemonkey-available/darkreader.js index 7fcd98a..ce1c3db 100644 --- a/.config/qutebrowser/greasemonkey-available/darkreader.js +++ b/.config/qutebrowser/greasemonkey-available/darkreader.js @@ -25,6 +25,7 @@ // @exclude *://trello.com/* // @exclude *://conversejs.org/* // @exclude *://mov.im/* +// @exclude *://denshi.org/* // @require https://cdn.jsdelivr.net/npm/darkreader/darkreader.min.js // @noframes // ==/UserScript== diff --git a/.config/qutebrowser/greasemonkey-available/rimgo.js b/.config/qutebrowser/greasemonkey-available/rimgo.js index 1f65f83..ec46cf0 100644 --- a/.config/qutebrowser/greasemonkey-available/rimgo.js +++ b/.config/qutebrowser/greasemonkey-available/rimgo.js @@ -12,5 +12,5 @@ (function () { 'use strict'; - top.location.hostname = "rimgo.bus-hit.me"; + top.location.hostname = "imgur.artemislena.eu"; })(); |