Tab Cloaking - javascript:function gcloak() {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/classroom/favicon.png';document.title = 'Classes';console.log(document.title);document.getElementsByTagName('head')[0].appendChild(link) };gcloak();setInterval(gcloak, 1000);
Chrome Extension Remover- javascript:(function () {var a = document.createElement('script');a.src = 'https://cdn.jsdelivr.net/gh/FogNetwor...}())
History Flooder - javascript:(function()%7Bvar num%3Dprompt("How Times Do You Want This Page To Show Up In your History%3F")%3Bdone%3Dfalse%3Bx%3Dwindow.location.href%3Bfor (var i%3D1%3B i<%3Dnum%3B i%2B%2B)%7Bhistory.pushState(0%2C 0%2C i%3D%3Dnum%3Fx%3Ai.toString())%3Bif(i%3D%3Dnum)%7Bdone%3Dtrue%7D%7Dif(done%3D%3D%3Dtrue)%7Balert("History Flooding Successful!%5Cn "%2Bwindow.location.href%2B" %5CnNow Appears In Your History "%2Bnum%2B(num%3D%3D1%3F" time."%3A" Times. %5CnMade By%3A Utopia"))%7D%7D)()%3B
Unblocked Chrome Devleloper Console - javascript:(function()%7B(function()%7Bvar%20r%3D_%3D%3Eeruda.initDesktop()%3Bif(!window.eruda)%7Bvar%20s%3Ddocument.createElement(%22script%22)%3Bs.src%3D%22https%3A%2F%2Fcdn.jsdelivr.net%2Fgh%2FBinBashBanana%2Ferudesktop%40master%2Fdist%2Feruda.js%22%3Bs.onload%3Dr%3Bs.onerror%3D_%3D%3Ealert(%22Failed%20to%20load%20script%22)%3Bdocument.body.appendChild(s)%7Delse%20r()%7D)()%3B%7D)()%3B
Read This Before You Do Anything!
How do you use a bookmarklet? Highlight the non underlined text then drag it to your bookmarks bar! Then do what it says under it.
Edit The Page- javascript:document.body.contentEditable = 'true'; document.designMode='on'; void 0
This bookmarklet allows you to go to any website and edit the text! Go to a random site, click on the bookmarket, then mess around with everything!
Word Fall- javascript:var a,b,c=['https://web.archive.org/web/20160427205704/https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js','https://web.archive.org/web/20160427205704/http://nyan.alternative.ly/css-transform.js','https://web.archive.org/web/20160427205704/http://nyan.alternative.ly/jquery-rotate.js','https://web.archive.org/web/20160427205704/http://nyan.alternative.ly/nyan.js'];for(a=0;a!=c.length;a++){b=document.createElement('script');b.src=c[a];document.body.appendChild(b);}void(0);
This bookmarklet allows you to make the words fall off the page! To use this, click on the bookmarklet you bookmarked, then click anything on the website and make it fall!
Flip Page 180 Degrees- javascript:(function(){['', '-ms-', '-webkit-', '-o-', '-moz-'].map(function(prefix){Array.prototype.slice.call(document.querySelectorAll('img')).map(function(el){el.style[prefix + 'transform'] = 'rotate(180deg)';});});}())
This bookmarklet flips the page 180 degrees, to use it, click on the bookmarklet you dragged to your bookmarks bar, then suddenly it flips 180 degrees!
Make Page Look Goofy- javascript:(function(){['', '-ms-', '-webkit-', '-o-', '-moz-'].map(function(prefix){Array.prototype.slice.call(document.querySelectorAll('div,p,span,img,a,body')).map(function(el){el.style[prefix + 'transform'] = 'rotate(' + (Math.floor(Math.random() * 3) - 1) + 'deg)';});});}())
This bookmarklet makes the page look broken/goofy. To use it, click on the bookmarklet you dragged to your bookmarks bar, then it makes changes to the page that are devious and goofy.
Booby Trap 180- javascript:(function(){setTimeout(function(){document.onmousemove = document.onkeypress = function(){['', '-ms-', '-webkit-', '-o-', '-moz-'].map(function(prefix){document.body.style[prefix + 'transition'] = prefix + 'transform 3s';document.body.style[prefix + 'transform'] = 'rotate(180deg)';});}}, 5000);}())
This bookmarklet makes the page flip 180- but there's a twist! Once it flips, you no longer can see anything on the page! To use this, click on the bookmarklet you dragged to your bookmarks bar, then it will wait about 4-6 seconds until the prank happens! Best one to use if you're pranking someone tbh."
I Like Frogs" Prank- javascript:(function(){(function(){var TEXT = 'i like frogs ';Array.prototype.slice.call(document.querySelectorAll('input[type=text],textarea')).map(function(el){el.onkeypress=function(evt){var charCode = typeof evt.which == 'number' ? evt.which : evt.keyCode;if (charCode && charCode > 31) {var start = this.selectionStart, end = this.selectionEnd;this.value = this.value.slice(0, start) + TEXT[start % TEXT.length] + this.value.slice(end);this.selectionStart = this.selectionEnd = start + 1;}return false;}});}());}())
This bookmarklet will replace everything you type with, I like frogs. To use it, click on the bookmarklet you dragged to your bookmarks bar, then try typing something in the same tab! Another cool prank I found!!
Color The Page- javascript:(function(){var el=document.createElement('script');el.type='text/javascript';el.src='https://rawgit.com/ApoorvSaxena/colordrop/master/dist/production.min.js';el.onerror=function(){alert("Looks like the Content Security Policy directive is blocking the use of bookmarklets\n\nYou can copy and paste the content of:\n\n\"https://rawgit.com/ApoorvSaxena/colordrop/master/dist/production.min.js\"\n\ninto your console instead\n\n(link is in console already)");console.log("https://rawgit.com/ApoorvSaxena/colordrop/master/dist/production.min.js");};document.getElementsByTagName('body')[0].appendChild(el);})();
This bookmarklet spawns a color bar on your left, hold on the color and drag it to an area to make it colorful! To use it, click on the bookmarklet you dragged to your bookmarks bar, then once the color bar spawns, hold and drag what color you want the page to be!
3D Page- 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/tri.js"})();
This bookmarklet makes the page 3D. Change the angle with your cursor and play around with the field of view! To use it, click on the bookmarklet you dragged to your bookmarks bar, then your page should be 3D! If you look closely, there is a menu button on the top left of the page. One of the coolest ones in my opinion.
Flashlight- 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/mouselight.js"})();
This bookmarklet spawns a red and a blue flashlight that you control with your cursor. To use it, click on the bookmarklet you dragged to your bookmarks bar, then the magic happens! Have fun with it.