Skip to content

Instantly share code, notes, and snippets.

@yomli
Last active August 5, 2019 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yomli/e19130e1d207abd152abacc6d3800f71 to your computer and use it in GitHub Desktop.
Save yomli/e19130e1d207abd152abacc6d3800f71 to your computer and use it in GitHub Desktop.
Redirects a youtube page to an invidio.us one. Copy and paste this into the url field of a browser bookmark.
javascript:(window.location.href.includes("www.youtube"))?location.href=window.location.href.replace("www.youtube.com","www.invidio.us"):console.log('not a youtube page')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment