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

Аўтар
Abdurazaaq Mohammed
Daily installs
0
Total installs
5
Рэйтынг
0 0 0
Версія
1.0
Створаны
11.12.2024
Абноўлены
11.12.2024
Памер
952 байта
Ліцэнзія
Unlicense
Applies to

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