This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ##article:has(div>div>div>div>div>div>div>div>div>div>div>a>span:has-text(/See more/)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Resize YouTube Thumbnails | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.2 | |
| // @description Fix humongous youtube sidebar | |
| // @author Gall | |
| // @match *://www.youtube.com/* | |
| // @grant none | |
| // @run-at document-start | |
| // ==/UserScript== |
OlderNewer