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

Autor
Abdurazaaq Mohammed
Instalações hoje
0
Total de instalações
5
Avaliações
0 0 0
Versão
1.0
Criado
11/12/2024
Atualizado
11/12/2024
Tamanho
952 Bytes
Licença
Unlicense
Aplicável a

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