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

Tekijä
Abdurazaaq Mohammed
Päivittäiset asennukset
0
Asennuskerrat
5
Arvostelut
0 0 0
Versio
1.0
Luotu
11.12.2024
Päivitetty
11.12.2024
Size
952 tavua
Lisenssi
Unlicense
Käytössä

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