Skip to content

Instantly share code, notes, and snippets.

@n-buna404
Created November 6, 2022 01:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save n-buna404/1d14218f9358337e49593cda9702844f to your computer and use it in GitHub Desktop.
Save n-buna404/1d14218f9358337e49593cda9702844f to your computer and use it in GitHub Desktop.
bookmarlet to redirect short layout to normal youtube layout
javascript:(function(){ 'use strict';window.location.href = (window.location.href).replace(/\.com\/shorts\//, ".com/watch?v="); })();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment