Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ewen-lbh/youtube-music-fixes
Various userscripts for YouTube Music. Currently avaible: Tab title fix
https://github.com/ewen-lbh/youtube-music-fixes
fixes javascript js tampermonkey-script tampermonkey-user-script tampermonkey-userscript userscript youtube-music
Last synced: 22 days ago
JSON representation
Various userscripts for YouTube Music. Currently avaible: Tab title fix
- Host: GitHub
- URL: https://github.com/ewen-lbh/youtube-music-fixes
- Owner: ewen-lbh
- License: unlicense
- Created: 2019-03-10T14:03:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-13T15:19:37.000Z (almost 6 years ago)
- Last Synced: 2024-11-02T07:42:01.672Z (2 months ago)
- Topics: fixes, javascript, js, tampermonkey-script, tampermonkey-user-script, tampermonkey-userscript, userscript, youtube-music
- Language: JavaScript
- Size: 12.7 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# youtube-music-fixes
Various userscripts for YouTube Music. Currently avaible:
- Tab title fix \[[download](https://github.com/ewen-lbh/youtube-music-fixes/raw/master/tab-title.user.js)\]## Installing
You'll need an extension for your browser to use these scripts.
### Prerequisites
- [Tampermonkey(Chrome)](https://tampermonkey.net)
- [Greasemonkey(Firefox)](http://www.greasespot.net)
- [Violent monkey(Opera)](
https://addons.opera.com/sk/extensions/details/violent-monkey/)
- [Greasemonkey Port(SeaMonkey)](https://sourceforge.net/projects/gmport/)**Note: on chrome and chromium version 4 and higher, userscripts are supported by default**
## Contributing
Feel free to open issues for suggestions, and create pull requests to implement a feature.Note that the file should be named (in dash-case) using the following pattern:
`script-name.user.js`
The files should begin with this:
```
// ==UserScript==
// @name YTM Fix
// @namespace https://github.com/ewen-lbh/youtube-music-fixes/
// @version 0.1
// @description <Short description>
// @author Mx3
// @match *://music.youtube.com/*
// @grant none
// ==/UserScript==
```
Of course, you can adjust `@match`, `@grant` or `@version` accordingly.
The `@match` should remain in the *music.youtube.com* domain tho.