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
Denne inštalácií
0
Celkový počet inštalácií
5
Hodnotenie
0 0 0
Verzia
1.0
Vytvorené
11.12.2024
Aktualizované
11.12.2024
Veľkosť
952 B
Licencia
Unlicense
Spustiť na

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