/YouTube-YouPak-URL-Changer

Put this as a bookmark and click it when you can't access a YouTube video.

Primary LanguageJavaScript

YouTube-YouPak-URL-Changer

Put this as a bookmark and click it when you can't access a YouTube video.

javascript:(
  function() {
    window.location=window.location.toString().replace("youtube","youpak")
  }
)();