Last active
April 23, 2025 23:14
-
-
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…
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
what tf does it do when you bookmark it