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