Skip to content

Instantly share code, notes, and snippets.

@csiew
csiew / youtube_watch_later_new_tab_redirect.js
Created June 25, 2022 13:14
Redirect YouTube video links from watch later to standalone video page if opening in a new tab.
// ==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==