Greasy Fork is available in English.
Adds button in userscript manager on YouTube shorts to open current short as normal YouTube video
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);