HOW TO ADD: copy and paste the bookmarklet boxes into your bookmark bar (located under your url box), and they will be added. you can right-click them and press "edit" to change the bookmark name and url. ALTERNATIVE: drag and drop the code into your bookmark bar (if code needs to be changed, edit it on a Google Docs.)
autoclicker: javascript:(function() { var clickerIsMouseDown = false; var clickerCurrentMouseTarget = document.body; document.body.addEventListener('mouseup', () => { clickerIsMouseDown = false; }); document.body.addEventListener('mousedown', () => { clickerIsMouseDown = true; }); document.body.addEventListener('mousemove', (e) => { clickerCurrentMouseTarget = e.target }); setInterval(() => { if (clickerIsMouseDown) clickerCurrentMouseTarget.click(); }, 0); })();
rename your tab: javascript:(function() {var link = document.querySelector("link[rel*='icon']") || document.createElement('link');link.type = 'image/x-icon';link.rel = 'shortcut icon';link.href = 'https://ssl.gstatic.com/docs/doclist/images/infinite_arrow_favicon_5.ico';document.title = '[INSERT WHAT YOU WANT TO NAME IT HERE]';console.log(document.title);document.getElementsByTagName('head')[0].appendChild(link);})();
history flooder: javascript:var num=prompt("How Times Do You Want This Page To Show Up In your History?\nMade By: BlazerHM");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: BlazerHM"))}
(thank you, BlazerHM.)
custom tab cloaker:
javascript:(function () {document.title=prompt('Tab Cloak (made by aranea!)\n\nEnter new Tab Title:');var icon=document.querySelector('link[rel="icon"]');switch(prompt('Choose new tab icon:\n\n *Choose Which icon you want* (Type the number)\n[1] Google Search\n[2] Google Drive\n[3] Gmail\n[4] Youtube\n[5] Custom URL')){ case'1':icon.setAttribute('href','https://www.google.com/favicon.ico');break; case'2':icon.setAttribute('href','https://ssl.gstatic.com/images/branding/product/2x/hh_drive_96dp.png');break; case'3':icon.setAttribute('href','https://ssl.gstatic.com/ui/v1/icons/mail/rfr/gmail.ico');break; case'4':icon.setAttribute('href','https://www.youtube.com/favicon.ico');break; case'5':icon.setAttribute('href',prompt('Enter The Image Link (Right Click A Image And Click Copy Image Link):'))}})()
shoot the page:
javascript:var KICKASSVERSION='2.0';var s = document.createElement('script');s.type='text/javascript';document.body.appendChild(s);s.src='//hi.kickassapp.com/kickass.js';void(0);
place bombs on your window (click):
javascript:(function () {var s = document.createElement('script');s.setAttribute('src', 'http://fontbomb.ilex.ca/js/main.js');document.body.appendChild(s);}());
watch admin blocked yt videos:
javascript:(function () {if (window.location.toString().includes('REPLACE WITH THE YT URL')) { window.open(%27https://www.youtube-nocookie.com/embed/%27 + window.location.toString().split(%27=%27)[1]) }})()
OPEN DISCORD
data:text/html,<script>window.location.href='https://discord.com/app?%27+%27e%27.repeat(16380)%3C/script%3E
then use this bookmarklet on a new, empty tab
open any site remotely
data:text/html,<script>window.location.href='https://SITE NAME HERE'?%27+%27e%27.repeat(16380)%3C/script%3E
google cloak
javascript:(function() { var l = document.querySelector("link[rel*='icon']") || document.createElement('link'); l.type = 'image/x-icon'; l.rel = 'shortcut icon'; l.href = 'https://google.com/favicon.ico'; document.getElementsByTagName('head')[0].appendChild(l); document.title = 'Google';})(); <- (include that space at the end)
proxy anywhere
javascript:(function(){var url = "https://rblockerr.chideraokwuosa.repl.co/"; /* <- CHANGE THIS URL TO A UTOPIA LINK THAT WORKS FOR YOU. If https://utopia.education already works for you then you don't need to worry about this.*/if(!url.startsWith("https://") && !url.startsWith("//") && url != ""){url="https://"+url;}document.body.innerHTML = '<div style="font-size:18px;display:flex;justify-content:center;align-items:center;width:100%;height:100%;font-family:Arial">Loading Uto<span>pi</span>a Unbl<span>ock</span>er...</div><iframe src="' + (url || "https://surftheweb.chideraokwuosa.repl.co") + '" width="100%" height="100%" style="position:absolute;top:0;left:0;" frameborder="0">Your browser doesn\'t support iframes :(</iframe>';document.body.style.width="100vw";document.body.style.height="100vh";document.body.style.overflow="hidden";}())
inspect element
javascript:(function () { var script = document.createElement('script'); script.src="//cdn.jsdelivr.net/npm/eruda"; document.body.appendChild(script); script.onload = function () { eruda.init() } })();