This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://keyoxide.org/guides/openpgp-proofs
[Verifying my OpenPGP key: openpgp4fpr:46E03856370035A4CB223730A0BBC25E7F92865B]
This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://keyoxide.org/guides/openpgp-proofs
[Verifying my OpenPGP key: openpgp4fpr:46E03856370035A4CB223730A0BBC25E7F92865B]
This is a dark color scheme for the Swage theme in FreshRSS.
To use it, copy/paste the content of custom.css
in the settings of the Custom CSS extension.
To go further, I've edited manifest.json
and layout.phtml
so that the colors for the window and PWA matches.
You can replace those files or if you use docker (compose) you can mount them.
For example this is the volumes
settings in my docker-compose.yaml:
https://github.com/hohMiyazawa/Automail.git
refresh.sh
and allowDonators.patch
in the root Automail
directorychmod +x refresh.sh
and ./refresh.sh
0 * * * * cd /path/to/Automail && ./refresh.sh > cron.log 2>&1
to keep it updatedFind my builds at https://s.kdy.ch/Automail/
// ==UserScript== | |
// @name F2 to go to my mastodon instance | |
// @include /https:\/\/(.*)\/@(\w+)(\/[0-9]+)?/ | |
// @include /https:\/\/(.*)\/users\/(\w+)/ | |
// @include /https:\/\/(.*)\/notice\/([a-zA-Z]+)/ | |
// @include /https:\/\/(.*)\/notes\/([0-9a-z]+)/ | |
// @grant GM_xmlhttpRequest | |
// ==/UserScript== | |
// Based on https://github.com/rugk/mastodon-simplified-federation/issues/77#issuecomment-1328265632 |