From 57a7d45b02c6e416bf71e4fe87615ee37a2e86f4 Mon Sep 17 00:00:00 2001 From: CronyAkatsuki Date: Mon, 8 Jan 2024 15:56:58 +0100 Subject: [PATCH] Disable darkmode on more websites. --- .config/qutebrowser/greasemonkey/darkmode-disable.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/qutebrowser/greasemonkey/darkmode-disable.js b/.config/qutebrowser/greasemonkey/darkmode-disable.js index 60c68bb..e1ebad0 100644 --- a/.config/qutebrowser/greasemonkey/darkmode-disable.js +++ b/.config/qutebrowser/greasemonkey/darkmode-disable.js @@ -3,6 +3,9 @@ // @match https://monkeytype.com/* // @match https://nc.cronyakatsuki.xyz/* // @match https://company-mode.github.io/* +// @match https://adventofcode.com/* +// @match https://cronyakatsuki.xyz/qbt/* +// @match https://www.keybr.com/* // ==/UserScript== const meta = document.createElement("meta");