These bookmarklets are not mine, if you want to remove yours contact t3jk#8808
you can add the bookmarklet to your favorites by dragging the javascript code in to the toolbar/bookmark bar, if it doesn't work, try clicking the shield in your URL bar, and click "load unsafe scripts."
Tab Cloak:
javascript:(function () {document.title=prompt('Tab Cloak\n\nEnter new Tab Title:');var icon=document.querySelector('link[rel="icon"]');switch(prompt('Choose new tab icon:\n\n[1] Google Search\n[2] Google Drive\n[3] 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',prompt('Enter Custom Tab Icon URL:'))}})()
(This will make websites look like school services)
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); })();
Troll/Lag Maker:
(it is too big to fit on the site so here is a link to it)
Inspect element re-adder:
javascript:(function () { var script = document.createElement('script'); script.src="//cdn.jsdelivr.net/npm/eruda"; document.body.appendChild(script); script.onload = function () { eruda.init() } })();
(inspect element for school devices that have it turned off by default)
Quizlet Hacks:
javascript:(function()%7B(function() %7Blet x %3D document.createElement("script")%3Bx.src %3D "https%3A%2F%2Fcdn.jsdelivr.net%2Fgh%2FSnowLord7%2Fquizlet%40master%2Findex.js"%3Bx.onload %3D function () %7B x.remove()%3B %7D%3Bdocument.body.appendChild(x)%3B%7D)()%7D)()
3D Website Viewer:
https://raw.githubusercontent.com/Krazete/bookmarklets/master/min/tri.min.js
(it is too big to fit on the site so here is a link to it)
Piano:
https://raw.githubusercontent.com/Krazete/bookmarklets/master/min/piano.min.js
(it is too big to fit on the site so here is a link to it)
Flashlight Mouse:
https://raw.githubusercontent.com/Krazete/bookmarklets/master/min/mouselight.min.js
(it is too big to fit on the site so here is a link to it)
Website invert:
javascript:krazete:var inverthtml;void 0===inverthtml?((inverthtml=document.createElement("style")).innerHTML="html{background:black;filter:invert(100%25)}",document.body.appendChild(inverthtml)):(inverthtml.remove(),inverthtml=void 0);
Rainbow screen:
javascript:function a(e){var n=e.childNodes;for(var i in n){a(n[i]);if(n[i].style) n[i].style.backgroundImage="url(http://bgreco.net/rainbowbg.gif)";}};a(document);
Let it snow:
https://github.com/FreshPenguin112/bookmarklets/blob/main/let%20it%20snow.js
(it is too big to fit on the site so here is a link to it)
UwUifier:
javascript: const faces = ['UwU']; let face = faces[Math.floor(Math.random()*faces.length)]; document.write('<body style=\'background-color: black;\'></body><title>' + face + '</title><p style=\'text-align: center; font-size: 500px; font-family: Arial; color: white;\'>' + face + '</p>');
Screenflip:
javascript: const faces = ['UwU']; let face = faces[Math.floor(Math.random()*faces.length)]; document.write('<body style=\'background-color: black;\'></body><title>' + face + '</title><p style=\'text-align: center; font-size: 500px; font-family: Arial; color: white;\'>' + face + '</p>');