Skip to content

Instantly share code, notes, and snippets.

@i0Z3R0
Last active December 9, 2025 01:11
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})();
@Enderkcool
Copy link

Where I God's name did you get these?????? these are overpowered.

I did some diggging

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