Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xdelta/userscripts
Collection of some userscripts I've made
https://github.com/xdelta/userscripts
javascript js userscript
Last synced: about 2 months ago
JSON representation
Collection of some userscripts I've made
- Host: GitHub
- URL: https://github.com/xdelta/userscripts
- Owner: XDelta
- License: gpl-3.0
- Created: 2021-02-02T06:15:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-06T16:10:59.000Z (about 1 year ago)
- Last Synced: 2024-11-07T02:09:51.094Z (3 months ago)
- Topics: javascript, js, userscript
- Language: JavaScript
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UserScripts
Collection of some userscripts I've made## Installation
Install [Tampermonkey](https://www.tampermonkey.net/) for your browser of choice and then install the userscript you would like to use below:
### [DisableFocusCheck]
Webpages should always think they are in focus when using this.
[Install the user.js](https://raw.githubusercontent.com/XDelta/UserScripts/main/DisableFocusCheck/DisableFocusCheck.user.js) with automatic updates.*### [MergeWithPreferredEmail]
Attempt to swap a merge on github to your preferred email to avoid accidently merging with another email address on your account.
Remember to edit the script and set your preferred email.
[Install the user.js](https://github.com/XDelta/UserScripts/raw/main/MergeWithPreferredEmail/MergeWithPreferredEmail.user.js) with automatic updates.*### [QobuzVolumeControl]
Adds a volume control to the Qobuz audio player.
[Install the user.js](https://raw.githubusercontent.com/XDelta/UserScripts/main/QobuzVolumeControl/QobuzVolumeControl.user.js) with automatic updates.**Automatic updates from [Tampermonkey](https://www.tampermonkey.net/) extension, other loaders may vary.