Welcome to the "History Flooder" page! This will flood your history with you current page. To install this bookmarklet Drag the code below into the bookmark bar if you can't see that then press CTRL+SHIFT+B.


javascript:var num=prompt("History flood amount:");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(%22History%20flood%20successful!%20%22+window.location.href+%22%20now%20appears%20in%20your%20history%20%22+num+(num==1?%22%20time.%22:%22%20times.%20%22))}