Disable darkmode on more websites.

This commit is contained in:
CronyAkatsuki 2024-01-08 15:56:58 +01:00
parent aca4f62f28
commit 57a7d45b02

View File

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