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})();
@yummeshugr
Copy link

hey, this is a better code, here it is, webcache.googleusercontent.com/search?q=cache: put url here. put the code in the url in a bookmark on whatever browser u r using, and it says where to put the url u want to bypass, also, some websites dont work with it, and when you click on something, it will send u to that website, also just copy a diff link and paste it after the cache:

@yummeshugr
Copy link

just trying to help

@ParzivalTheGreat
Copy link

Dude the cache one works really well. However, it doesn't really let me play any games or nothing.

@HashirAliDev
Copy link

when i click on a youtube video, it switches back to my original account

@antidoteify
Copy link

idk how to use
tutorial?

@TaterTo7
Copy link

TaterTo7 commented Jul 3, 2023

For the cache: it does work, but it is fairly limited. It only uses the link you put in, it cannot adapt. So if you were on youtube, you would have to put in a specific video link, not just youtube.com. For example, i was trying to use the cache because an art competition i was on got blocked, and so the main page worked but as soon as i clicked "login" its back to being blocked, because that was a separate link. Also, the cache does strip the site down to its bare minimums, just an fyi.
For the code: Most school blocking sites, if they've gone this far, they have most likely put in a url identifier and removed the "address" function. so code cannot count as a valid url, and you cannot set the address at all. That's why for most people this wouldn't work.
Hope some of that made sense, I actually have no clue how most code works, this is just guessing based off of what I had happen and what other people have already said

@hhedfr
Copy link

hhedfr commented Sep 2, 2023

can you type a new code for lightspeed unblocker

@brennabre
Copy link

dose it work for
Screen Shot 2023-09-10 at 4 30 22 PM

@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