composer remove author/package
Add the symlink option if your filesystem supports symlinks.
| // ==UserScript== | |
| // @name YouTube always select Highest Quality | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.2.0 | |
| // @description Automatically select the best available quality for YouTube videos | |
| // @author Roman Zipp <[email protected]> | |
| // @match https://www.youtube.com/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com | |
| // @grant none | |
| // ==/UserScript== |