blob: 1ed89e40b9f468819060f934e730ace2fdc23277 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# 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](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)
|