A bookmarklet is JavaScript text stored inside of a bookmark that when clicked runs an action.

Make a bookmark and put the JavaScript code into it and then click the bookmark to use a bookmarklet.

Spyware Exploits

GoGuardian Tab Close

Click the bookmarklet and teachers will be unable to close your tab using GoGuardian.

javascript:(function () {window.onbeforeunload = function() { return 1; };})()

GoGuardian Web Filter

Setup: Create a bookmark, copy the code provided and paste it in as the URL (name it whatever you want).


javascript:(function() {window.onbeforeunload=function() {return "lol";}})()


Instructions for use:

1. Type in a url into the url bar, or have a link ready.

2. Press the search key (magnifying glass) and escape key (ESC) at the same time.

3. Scroll down until you see GoGuardian and/or its logo.

4. Select GoGuardian and GoGuardian license and click "end process"

5. VERY QUICKLY enter the url or click the prepared link, then spam the bookmark

6. When you see a popup saying "Do you want to leave this page?" quickly click "No".

7. Enjoy!


If this doesn't work, message Eli#4511 from the discord. (By TitaniumNetwork)

Tab Cloaker

This bookmarklet hides your tab as Google.


javascript:(function() {var link = document.querySelector("link[rel*='icon']") || document.createElement('link');link.type = 'image/x-icon';link.rel = 'shortcut icon';link.href = 'https://www.google.com/favicon.ico';document.title = 'Google';console.log(document.title);document.getElementsByTagName('head')[0].appendChild(link);})();

Fun

Auto Clicker

javascript:var DELAY = 1;var autoClickerStyleElement = document.createElement("style");autoClickerStyleElement.innerHTML="*{cursor: crosshair !important;}";document.body.appendChild(autoClickerStyleElement);function addClicker(e) {if(!e.isTrusted) {return;}if(e.target.classList.contains("auto-clicker-target")) {e.target.classList.remove("auto-clicker-target");} else {e.target.classList.add("auto-clicker-target");}document.body.removeChild(autoClickerStyleElement);document.body.removeEventListener("click", addClicker);e.preventDefault();autoClick(e.target);}function autoClick(element) {if(element.classList.contains("auto-clicker-target")) {element.click();setTimeout(function(){ autoClick(element); }, DELAY);}}document.body.addEventListener("click", addClicker, 0);//


Nitro Type Garage Glitch

  1. Drag this text into your Bookmarks Bar " javascript:(function(){var e=document.createElement('script');e.type='text/javascript';e.src='https://cdn.jsdelivr.net/gh/Ray-Adams/NitroType-Account-Generator/account_generator.js';document.getElementsByTagName('body')[0].appendChild(e);})(); "

  2. Go to Nitro Type (https://www.nitrotype.com)

  3. Type in how many Garage Slots you want (1-30)

  4. It will log you out, log back in

  5. You will have a bunch more garage slots now! :)