New Update!
Bookmarklets/javascript snippets
Bookmarklets are small code snippets that can be executed through a bookmark, they can do many things such as flood history, execute cheats, unblock websites and much more. On managed chromebooks using them to execute javascript is disabled but you can get around it with Urun if you don't have Urun setup you need to do it from this page
Anti tab close
Stop teachers from closing your tab with GoGuardian with this script:
javascript:onbeforeunload=i=>1
A cool website destroyer game you can play in your browser (WASD to move SPACE to shoot)
(script to big to put on this page) click blue link
History flooder
Floods your history with the same tab your currently on if you put to much it might crash your Chromebook (I was able to get 500k tabs though)
javascript:var num=prompt("How many times do you want this page to show up in your history?");done=false;x=window.location.href;for (var i=1; i<=num; i++){history.pushState(0, 0, i==num?x:i.toString());if(i==num){done=true}}if(done===true){alert("Flooding successful!\n "+window.location.href+" \nis now in your history "+num+(num==1?" time.":" Times. "))}
Undetectable calculator
just a calculator that is undetectable and cant get in your history