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
| // Script for Tampermonkey extension | |
| // https://gist.github.com/Eloren1/d8a119342b74b4a72bfbb59b07474b68 | |
| // https://greasyfork.org/en/scripts/586860-better-youtube-watch-later-grid-as-homepage-redirects-faster-navigation | |
| // Rate and comment if you like it! | |
| // ==UserScript== | |
| // @name Better YouTube Watch Later (grid as homepage, redirects, faster navigation) | |
| // @namespace https://github.com/Eloren1 | |
| // @version 2.7.4 | |
| // @description Turns Watch Later into a home-feed grid that fits 2x more videos. Hover thumbnails to queue, play, or remove videos. Includes load-all, filter, sort, shuffle, and optional homepage/subscriptions redirect. | |
| // @author Eloren1 |