all repos — clay-witch.userscript @ 8030d2854eac3385bd18ace4932fba6b2a5038ec

An earthy, mystical colorscheme for a variety of applications.

add download links
trickyni trickyniv56@gmail.com
Tue, 31 Mar 2026 15:31:49 +0300
commit

8030d2854eac3385bd18ace4932fba6b2a5038ec

parent

212e146957637a0012f5b239c66a65531b2b8df8

3 files changed, 19 insertions(+), 1 deletions(-)

jump to
M README.mdREADME.md

@@ -1,3 +1,17 @@

# clay-witch.userscript -A collection of userscripts to configure websites with the clay-witch colorscheme for improved readability +A collection of userscripts to configure websites with the clay-witch colorscheme for improved readability + +## Installation + +### Qutebrowser + +1. Clone this repository +2. Symlink the scripts of your choosing to `~/.config/qutebrowser/greasemonkey/` +3. Restart Qutebrowser + +### Firefox + +Click the following links to install: +[DarkReader (Clay Witch)](https://codeberg.org/trickyni/clay-witch.userscript/raw/branch/main/darkreader.user.js) +[Substack (Clay witch)](https://codeberg.org/trickyni/clay-witch.userscript/raw/branch/main/substack.user.js)
M darkreader.jsdarkreader.user.js

@@ -3,6 +3,8 @@ // @name Dark Reader (clay-witch)

// @icon https://darkreader.org/images/darkreader-icon-256x256.png // @description Configures the DarkReader userscript with the clay-witch colorscheme // @homepageURL https://codeberg.org/trickyni/clay-witch.userscript +// @downloadURL https://codeberg.org/trickyni/clay-witch.userscript/raw/branch/main/darkreader.user.js +// @updateURL https://codeberg.org/trickyni/clay-witch.userscript/raw/branch/main/darkreader.user.js // @run-at document-end // @grant none // @match https://*.wikipedia.org/*
M substack.jssubstack.user.js

@@ -2,6 +2,8 @@ // ==UserScript==

// @name Substack (Clay-Witch) // @description the clay-witch theme for Substack // @version 0.1.0 +// @downloadURL https://codeberg.org/trickyni/clay-witch.userscript/raw/branch/main/darkreader.user.js +// @updateURL https://codeberg.org/trickyni/clay-witch.userscript/raw/branch/main/darkreader.user.js // @run-at document-end // @homepageURL https://codeberg.org/trickyni/clay-witch.userscript // @grant GM_addStyle