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

Autore
Abdurazaaq Mohammed
Installazioni giornaliere
0
Installazioni totali
5
Valutazione
0 0 0
Versione
1.0
Creato il
11/12/2024
Aggiornato il
11/12/2024
Dimensione
952 Byte
Licenza
Unlicense
Applica a

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