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");