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
今日安裝
0
安裝總數
5
評價
0 0 0
版本
1.0
建立日期
2024-12-11
更新日期
2024-12-11
尺寸
952 位元組
授權條款
Unlicense
腳本執行於

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