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

Auteur
Abdurazaaq Mohammed
Installations quotidiennes
0
Installations (total)
5
Notes
0 0 0
Version
1.0
Créé
11/12/2024
Mis à jour
11/12/2024
Taille
952 octets
Licence
Unlicense
S'applique à

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);