Skip to content

Instantly share code, notes, and snippets.

@dhavalpandey
Last active May 2, 2022 10:09
Show Gist options
  • Save dhavalpandey/c18fe6bd6d701599121efb44af657eed to your computer and use it in GitHub Desktop.
Save dhavalpandey/c18fe6bd6d701599121efb44af657eed to your computer and use it in GitHub Desktop.
/*
Made by Dhaval Pandey
You can now browse the web (with all websites unblocked) during class.
How to bypass all tracking software, restrictions (all without appearing on your search history):
1. Copy Pase the JS code underneath.
2. Create a new bookmark on your browser.
3. Set the URL parameter of that bookmark to the following code.
4. Name the bookmark anything you like.
5. Navigate to this URL: about:blank
6. When on about:blank, click on the bookmark you just created (it should be underneath you chrome searchbar).
7. My proxy site (with the search box and go to youtube button) should be injected onto the page.
8. Enjoy Bypass all monitoring software. Play games in class and browse youtube, all while not leaving a single trace behind.
*/
javascript: var frame = document.createElement("iframe");frame.src = "https://atom-inquisitive-century.glitch.me", frame.style.position = "fixed", frame.style.height = "100%", frame.style.width = "100%", frame.style.border = "none", frame.style.zIndex = "100000"; frame.style.margin = "0"; frame.style.position = "absolute"; frame.style.display = "block"; frame.setAttribute('allowFullScreen', ''); document.body.style.margin = 0; document.body.appendChild(frame)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment