User Controls
your thoughts on this?
-
2025-01-12 at 7:05 PM UTC
-
2025-01-12 at 7:30 PM UTC
javascript:(function(){
let url = window.location.href;
if (url.includes('/shorts/')) {
window.location.href = url.replace('/shorts/', '/watch?v=');
} else {
alert('Not a Shorts URL');
}
})();