Various userscripts for YouTube Music. Currently avaible:
- Tab title fix [download]
You'll need an extension for your browser to use these scripts.
Note: on chrome and chromium version 4 and higher, userscripts are supported by default
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 <Script Name> 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.