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
Denně instalací
0
Celkem instalací
5
Hodnocení
0 0 0
Verze
1.0
Vytvořeno
11. 12. 2024
Aktualizováno
11. 12. 2024
Size
952 B
Licence
Unlicense
Spustit 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);

长期地址
遇到问题?请前往 GitHub 提 Issues。