Open short as normal YouTube video via userscript menu

Adds button in userscript manager on YouTube shorts to open current short as normal YouTube video

As of 2024-12-11. See the latest version.

Author
Abdurazaaq Mohammed
Ratings
0 0 0
Version
1.0
Created
2024-12-11
Updated
2024-12-11
Size
952 Bytes
License
Unlicense
Applies to

window.location.href = regularVideoUrl;
// Comment/remove the above line and uncomment the below to open in a new tab rather than replacing the current page.
//window.open(regularVideoUrl);