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
Δημιουργήθηκε την
11/12/2024
Ενημερώθηκε την
11/12/2024
Μέγεθος
952 Bytes
Άδεια
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);