diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2024-09-02 14:10:45 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2024-09-02 14:10:45 -0500 |
commit | 76af7d4eeea1b24c005f3471769d5ccac3157472 (patch) | |
tree | 66a6f6d7f61d9eb7834a9e261e76091d60e5db4f | |
parent | 6d7afac03b820cc62c7fc136f4ab0e1c49659049 (diff) | |
download | userscripts-76af7d4eeea1b24c005f3471769d5ccac3157472.tar.xz userscripts-76af7d4eeea1b24c005f3471769d5ccac3157472.zip |
add readme
-rw-r--r-- | README.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..719fb30 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +# Userscripts + +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 + +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 +Piped Button +: 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 + +## Miscellaneous +Piped - Fill Preferences +: https://git.tjkeller.xyz/userscripts.git/tree/misc/piped-preferences.js +rateyourmusic.com darkmode compat +: https://git.tjkeller.xyz/userscripts.git/tree/misc/rateyourmusic.com-dark-reader-compatibility.js) (make compatible with dark reader extension +Fill out usps scheduled pickup +: https://git.tjkeller.xyz/userscripts.git/tree/misc/usps-fill-out-scheduled-pickup.js |