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

Author
Abdurazaaq Mohammed
Daily installs
0
Total installs
2
Ratings
0 0 0
Version
1.0
Created
2024-12-11
Updated
2024-12-11
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);