Skip to content

Instantly share code, notes, and snippets.

View Ll56113's full-sized avatar
💭
Tierd

Starline Ll56113

💭
Tierd
View GitHub Profile
@i0Z3R0
i0Z3R0 / gtranslatebypass.js
Last active April 30, 2025 14:50
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})();