Skip to content

Instantly share code, notes, and snippets.

@i0Z3R0
Last active June 11, 2024 19:16
Show Gist options
  • Save i0Z3R0/25b0c165d6b2eff78fa9d4c0aba9cd26 to your computer and use it in GitHub Desktop.
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})();
@wincmd64
Copy link

open in NEW tab possibly ?

@greencrystalk
Copy link

I had five errors in the code.

error 1 : 12 Expected FUNCTION, IDENT but found "(".
error 1 : 189 Unexpected ")".
error 1 : 190 Unexpected "(".
error 1 : 191 Unexpected ")".
error 1 : 192 Unexpected ";".

@pepitopas20
Copy link

what?

@dragonflames2008
Copy link

dragonflames2008 commented May 20, 2024 via email

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