Skip to content

Instantly share code, notes, and snippets.

@i0Z3R0
Last active February 25, 2026 21:59
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})();
@mariekaolivia-hue
Copy link

lol was there a crackdown or something? why did they finally decide to fix the linewize hack after years lmaooo

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