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

Autor
Abdurazaaq Mohammed
Installationen heute
0
Installationen gesamt
2
Bewertungen
0 0 0
Version
1.0
Erstellt am
11.12.2024
Letzte Aktualisierung
11.12.2024
Lizenz
Unlicense
Wird angewandt auf

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