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