https://github.com/xdelta/userscripts
Collection of some userscripts I've made
https://github.com/xdelta/userscripts
github javascript js qobuz tampermonkey tampermonkey-userscript userscript
Last synced: 3 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 (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-29T11:29:37.000Z (9 months ago)
- Last Synced: 2025-04-29T12:45:50.895Z (9 months ago)
- Topics: github, javascript, js, qobuz, tampermonkey, tampermonkey-userscript, userscript
- Language: JavaScript
- Homepage:
- Size: 25.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.