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
1日のインストール数
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);