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 YouTube Watch Later Redirect (for new tabs) | |
| // @namespace https://jspenguin.org/monkey | |
| // @description Redirect watch later links to normal video page | |
| // @match http://*.youtube.com/* | |
| // @match https://*.youtube.com/* | |
| // @version 1 | |
| // @grant none | |
| // ==/UserScript== |