Skip to content

Instantly share code, notes, and snippets.

@i0Z3R0
Last active January 6, 2026 18:49
Show Gist options
  • Select an option

  • Save i0Z3R0/25b0c165d6b2eff78fa9d4c0aba9cd26 to your computer and use it in GitHub Desktop.

Select an option

Save i0Z3R0/25b0c165d6b2eff78fa9d4c0aba9cd26 to your computer and use it in GitHub Desktop.
Bypass blocked websites with this simple one-liner. Add this code as a page bookmark on Chrome (I haven't tested it on other platforms yet. Click on it and enter an address (excluding http/https) and press ok to visit an unblocked version of that website. This works and can let you access almost any blocked website by having Google Translate tra…
javascript:(function(){var destination = prompt("Destination (Don't include http/https: ");window.location='https://translate.google.com/translate?sl=auto&tl=en&u='+'https://'+destination})();
@zseafer
Copy link

zseafer commented Jan 6, 2026

what do I do they blocked embed code. should I make it on my home computer and then share it with my self?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment