NEW PROJECT: SITESURF
To use any of these bookmarklets, all you need to do is highlight and drag the code into your bookmarks bar at the top of the screen (under where you type links). If you don't see the bookmarks bar, press Ctrl+Shift+B and the bar should pop up.
Panic Button
javascript:window.location.replace('WEBSITE HERE')
Vapor
javascript:(function () {var a = document.createElement('script');a.src = 'https://cdn.jsdelivr.net/gh/FogNetwork/Vapor/vapor.min.js';document.body.appendChild(a);}())
YT Ad Skipper
javascript:function killads() { if (document.getElementsByClassName("video-ads")[0].innerHTML !== "") { var banner = false; for (var i = 0; i < document.getElementsByClassName("ytp-ad-overlay-close-button").length; i++) { document.getElementsByClassName("ytp-ad-overlay-close-button")[i].click(); banner = true;}if (banner === false) { document.getElementsByClassName("html5-main-video")[0].currentTime = document.getElementsByClassName("html5-main-video")[0].duration; document.getElementsByClassName("ytp-ad-skip-button")[0].click();} } }setInterval(killads(), 60000);
Ingot (Chrome Extension Disabler)
javascript:(function () {var a = document.createElement('script');a.src = 'https://cdn.jsdelivr.net/gh/FogNetwork/Ingot@latest/ingot.min.js';document.body.appendChild(a);}())
YOU NEED TO GO TO THIS SITE TO ENABLE THE BOOKMARKLET: https://chrome.google.com/webstorex
LTBEEF (Chrome Extension Disabler)
javascript:fetch("https://compactcow.com/ltbeef/exploit.js").then(data=>{data.text().then(text=>{eval(text)})});
Inspect Element (Firebug)
javascript:var firebug=document.createElement('script');firebug.setAttribute('src','https://luphoria.com/fbl/fbl/firebug-lite-debug.js');document.body.appendChild(firebug);(function(){if(window.firebug.version){firebug.init();}else{setTimeout(arguments.callee);}})();void(firebug);
History Flooder
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("History flood successful! "+window.location.href+" now appears in your history "+num+(num==1?" time.":" times. (Made by JonasFlynn)"))}
Piano
javascript:(function(){var js=document.body.appendChild(document.createElement("script"));js.onerror=function(){alert("Sorry, the script could not be loaded.")};js.src="https://rawgit.com/Krazete/bookmarklets/master/piano.js"})();