From 5dd17fe3c88d8543cbff634116d76f1fb1692faf Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sun, 17 Nov 2024 20:48:17 -0600 Subject: add mkconfig.py script to generate violentmonkey zip --- README.md | 36 +++++++++--------------------------- 1 file changed, 9 insertions(+), 27 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1ed89e4..59d7325 100644 --- a/README.md +++ b/README.md @@ -1,31 +1,13 @@ # Userscripts +These are my [Violentmoney](https://violentmonkey.github.io/) userscripts for various sites. +Violentmonkey is a modern free software replacement for Tampermonkey/Greasemonkey. -These are my userscripts for various sites. -I use [Violentmoney](https://violentmonkey.github.io/) as my userscript manager extension. -It is free software, unlike tamper/greese monkey. +# Install from URL +In Violentmonkey, click the `+` button => `Install from URL`, and paste the following: -# Install +`https://git.tjkeller.xyz/userscripts.git/plain/{path to userscript.js}` -Simply pull up Violentmonkey's config page, click the `+` button, `Install from URL`, and paste one of the following scripts: - -## Youtube - -### Disable Youtube Miniplayer -[https://git.tjkeller.xyz/userscripts.git/plain/youtube/disable-mini-player.js](https://git.tjkeller.xyz/userscripts.git/plain/youtube/disable-mini-player.js) - -### Piped Button -[https://git.tjkeller.xyz/userscripts.git/plain/youtube/piped-button.js](https://git.tjkeller.xyz/userscripts.git/plain/youtube/piped-button.js) - -### Remove youtube home and shorts -[https://git.tjkeller.xyz/userscripts.git/plain/youtube/remove-home-shorts.js](https://git.tjkeller.xyz/userscripts.git/plain/youtube/remove-home-shorts.js) - -## Miscellaneous - -### Piped - Fill Preferences -[https://git.tjkeller.xyz/userscripts.git/tree/misc/piped-preferences.js](https://git.tjkeller.xyz/userscripts.git/tree/misc/piped-preferences.js) - -### rateyourmusic.com dark reader compatibility -[https://git.tjkeller.xyz/userscripts.git/tree/misc/rateyourmusic.com-dark-reader-compatibility.js](https://git.tjkeller.xyz/userscripts.git/tree/misc/rateyourmusic.com-dark-reader-compatibility.js) - -### Fill out usps scheduled pickup -[https://git.tjkeller.xyz/userscripts.git/tree/misc/usps-fill-out-scheduled-pickup.js](https://git.tjkeller.xyz/userscripts.git/tree/misc/usps-fill-out-scheduled-pickup.js) +# Install from zip +A python script `mkconfig.py` is included to generate a `violentmonkey.zip` +file that can be imported in +`Violentmoney` => `Settings => `Backup and maintenance` -- cgit v1.2.3