https://github.com/atj/userscripts
A collection of userscripts primarily relating to to importing and editing releases on MusicBrainz.
https://github.com/atj/userscripts
greasemonkey musicbrainz tampermonkey userscript userscripts violentmonkey
Last synced: 3 days ago
JSON representation
A collection of userscripts primarily relating to to importing and editing releases on MusicBrainz.
- Host: GitHub
- URL: https://github.com/atj/userscripts
- Owner: atj
- License: mit
- Created: 2019-06-13T19:40:54.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-04-10T20:29:06.000Z (4 days ago)
- Last Synced: 2025-04-10T21:32:27.838Z (4 days ago)
- Topics: greasemonkey, musicbrainz, tampermonkey, userscript, userscripts, violentmonkey
- Language: JavaScript
- Homepage:
- Size: 885 KB
- Stars: 28
- Watchers: 4
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - atj/userscripts - A collection of userscripts primarily relating to to importing and editing releases on MusicBrainz. (JavaScript)
README
# atj's userscripts

All scripts are available under the MIT license.
## Add a-tisket button to Deezer
Adds a button to Deezer interface to load the current release into a-tisket.
[](https://github.com/atj/userscripts/blob/master/deezer_atisket_link.user.js)
[](https://github.com/atj/userscripts/raw/master/deezer_atisket_link.user.js)## Add a-tisket button to Spotify
Adds a button to the Spotify interface to load the current release into a-tisket.
[](https://github.com/atj/userscripts/blob/master/spotify_atisket_link.user.js)
[](https://github.com/atj/userscripts/raw/master/spotify_atisket_link.user.js)## Add a link to MusicBrainz to import ISRCs
Adds an "import ISRCs" link on MusicBrainz releases which have a Spotify URL.
[](https://github.com/atj/userscripts/blob/master/mb_spotify_isrc_link.user.js)
[](https://github.com/atj/userscripts/raw/master/mb_spotify_isrc_link.user.js)## MusicBrainz: Semi-automate adding "remixer" and "remix of" credits
Adds links to the relationship editor that semi-automate adding "remixer" and "remix-of" credits to recordings.
[](https://github.com/atj/userscripts/blob/master/mb_add_remix_credit_links.user.js)
[](https://github.com/atj/userscripts/raw/master/mb_add_remix_credit_links.user.js)## MusicBrainz: Disable browser autofill on the tags field
Disables browser autofill functionality on the tags input field.
[](https://github.com/atj/userscripts/blob/master/mb_disable_tags_field_browser_autofill.user.js)
[](https://github.com/atj/userscripts/raw/master/mb_disable_tags_field_browser_autofill.user.js)## MusicBrainz: Disable the tags field genre autocompletion
Disables the tags input field genre autocompletion functionality.
[](https://github.com/atj/userscripts/blob/master/mb_disable_tags_field_genre_autocomplete.user.js)
[](https://github.com/atj/userscripts/raw/master/mb_disable_tags_field_genre_autocomplete.user.js)