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

目前為 2024-12-11 提交的版本,檢視 最新版本

作者
Abdurazaaq Mohammed
評價
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);