Created
November 6, 2022 01:38
-
-
Save n-buna404/1d14218f9358337e49593cda9702844f to your computer and use it in GitHub Desktop.
bookmarlet to redirect short layout to normal youtube layout
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
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