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
생성일
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);