Easy go-gardian unblock #195
Replies: 3 comments 6 replies
-
@The-Man-Is-Me try this tool: https://3kh0.github.io/dump/about-blank-embed.html it makes it easier. Make sure you embed the page in a about:blank page |
Beta Was this translation helpful? Give feedback.
-
GoGuardian*, and you can use the one that I have that lets you use the actual site instead of an iframe |
Beta Was this translation helpful? Give feedback.
-
Nice method, our school uses something like that and it works for us, but then it gets blocked with an overlay of Fortinet because of the school wifi, we need our phones or a VPN (which we cant install on our chromebooks sadly) to get around the wifi patch. |
Beta Was this translation helpful? Give feedback.
-
here is an easy go guardian unblock
javascript:(function(){let url = prompt("about:blank spoofer | what website do you want to spoof");win = window.open();win.document.body.style.margin = '0';win.document.body.style.height = '100vh';var iframe = win.document.createElement('iframe');iframe.style.border = 'none';iframe.style.width = '100%';iframe.style.height = '100%';iframe.style.margin = '0';iframe.src = url;win.document.body.appendChild(iframe);})();
3kh0 has much better site https://3kh0.github.io/dump/about-blank-embed.html
Beta Was this translation helpful? Give feedback.
All reactions