Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ChieftainY2k/fd9242372759c16d46fa0b1c8348ace4 to your computer and use it in GitHub Desktop.
Save ChieftainY2k/fd9242372759c16d46fa0b1c8348ace4 to your computer and use it in GitHub Desktop.
Youtube to Invidious URL redirector bookmarklet
javascript:location.hostname.includes("youtube.com")?location.assign("https://invidious.protokolla.fi"+location.pathname+location.search+location.hash):location.assign("https://invidious.protokolla.fi");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment