Javascript Hacks!

 Bookmarklets & For Websites

History Flooder (HF) poodleschool.xyz will have it (poodlechool.xyz/hf/1):

javascript:var num=prompt("How Times Do You Want This Page To Show Up In your History???\nMade By: john enderman#2424");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: john enderman#2424 from chromebook hacks"))}