add download links
trickyni trickyniv56@gmail.com
Tue, 31 Mar 2026 15:31:49 +0300
3 files changed,
19 insertions(+),
1 deletions(-)
M
README.md
→
README.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.js
→
darkreader.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.js
→
substack.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