User Controls

your thoughts on this?

  1. #1
    https://youtube.com/shorts/GaCDdZY8KxQ?si=YSzPiSVtLLs2fliJ
  2. #2
    the man who put it in my hood Black Hole [miraculously counterclaim my golf]



    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');
    }
    })();
Jump to Top