Skip to content

Instantly share code, notes, and snippets.

@DamieFC
Created October 15, 2020 17:01
Show Gist options
  • Save DamieFC/5822a00e95426043c4a6070f57e63dec to your computer and use it in GitHub Desktop.
Save DamieFC/5822a00e95426043c4a6070f57e63dec to your computer and use it in GitHub Desktop.
Bypassing GoGuardian on chromebook

GETTING PAST GOGUARDIAN (Temporarily) 😆

  1. Open task manager (search + esc)
  2. Find GoGuardian in the pop up. It looks like a little white shield on a blue background, at the time of writing
  3. Once you have found it, click on the one that is taking up the CPU. Then click "End process"
  4. Depending on your schools setup, there may be two. If so, also click the license one, and end that process.

NOTE: it is only temporary. I haven't found any more permanent options, so...

But hey, better than nothing.

@thegreatestgiant
Copy link

ctrl+shift+b to open/close the bookmark bar, if you still can't find it, ask google. it's also possible that your school has disabled javascript, there is a simple test, press ctrl+e, you should now be editting on the top of the page (don't try it on a new tab) type javascript:alert() and if nothing pops up it's blocked, also a shorter code is javascript:window.onbeforeunload=i=>1

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