Skip to content

Instantly share code, notes, and snippets.

@gmolveau
Created January 5, 2020 09:06
Show Gist options
  • Save gmolveau/d0051cf760aa9895d87d920a45fed0ca to your computer and use it in GitHub Desktop.
Save gmolveau/d0051cf760aa9895d87d920a45fed0ca to your computer and use it in GitHub Desktop.
NSFW youtube bookmarklet redirect

Bookmarklet to redirect from youtube.com to nsfwyoutube.com

  • Create a new bookmark and addd the following code into the Location field :
javascript:(function(){window.location.replace(document.URL.replace('youtube','nsfwyoutube'))})()
  • Now save this bookmark on your toolbar
  • You can now click on it while being on youtube to redirect to nsfwyoutube.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment