Hi, I’m not sure if this is the right place to post this, but I found a new way to bypass GoGuardian. This exploit can open some blocked websites via embedding. It’s pretty simple, I know, but GoGuardian doesn’t block embedded content.
STEP 1: Go to this website: https://script.google.com/home
STEP 2: Create a new project.
STEP 3: Paste the following code into your code.gs file:
function doGet() {
return HtmlService.createHtmlOutput(‘Redirecting…<script>window.location.href=“https://shadows.lifepixeled.com/";</script>’);
}
(You can replace the link with whatever site you want, as long as it’s embeddable, but that’s one of my favorite proxies.)
STEP 4: Click “Deploy”, then select “Deploy as web app”.
STEP 5: A link to open your code should appear. Click it, and it should open a script.google.com page with your embedded content.