What does Bookmarklets do?
Bookmarklets is a bookmark stored in a web browser that contains JavaScript commands that add new features to the browser. Bookmarklets are JavaScripts stored as the URL of a bookmark in a web browser or as a hyperlink on a web page. Bookmarklets are usually small snippets of JavaScript executed when the users clicks on them. Regardless of whether bookmarklet utilities are stored as bookmarks or hyperlinks, they add one-click functions to a browser or web page. When clicked, a bookmarklet performs one of a wide variety of operations, such as running a search query or extracting data from a table. For example, clicking on a bookmarklet after selecting text on a webpage could run an Internet search on the selected text and display a search engine results page.
"Blocked by admin" YouTube videos bypass
Javascript Code:
javascript:(function () {if (window.location.toString().includes('www.youtube.com/watch?v%27))%20{%20window.open(%27https://www.youtube-nocookie.com/embed/%27%20+%20window.location.toString().split(%27=%27)[1])%20}})()
This will bypass restricted videos on YouTube. Run it on any videos blocked by your admin. This works by opening another window. (NO ADS)
Javascript Code:
javascript:(function () {window.onbeforeunload = function() { return 1; };})()
This will make someone who is controlling your computer being unable to close it.
Javascript Code:
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); })();
Click where you want, and it will click automaticly. it clicks 100 times every second.
Yotube Ad Skip
Javascript Code:
javascript: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();} }void 0;
The title explains it...
Javascript Code:
javascript:(function () {req = new XMLHttpRequest(); req.open('GET', 'https://raw.githubusercontent.com/DarkSnakeGang/GoogleSnakeCustomMenuStuff/main/custom.js'); req.onload = function() { eval(this.responseText + 'snake.more_menu();'); }; req.send();})()
This will add more "Gamemodes" to Google's snake game.
Javascript Code:
javascript:expr=prompt('Formula...(eg: 2*3 + 7/8 )','');if(expr!=null){with(Math){evl=parseFloat(eval(expr))};if(isNaN(evl)){alert('Really are you kidding me? Enter in a number, not that shit!%27)}else{alert(evl)}}else{void(null)}
Its like a calculator but a bookmark
Javascript Code:
javascript:var dt78KwZ9=new Date();alert(dt78KwZ9.toLocaleString())
Yeah.. kinda useless
Javascript Code:
javascript:document.body.contentEditable = 'true'; document.designMode='on'; void 0
You can delete images, text, edit and much more!
I have no idea...
Javascript Code:
javascript:alert('Welcome to ultimate webpage editor');void(document.body.style.fontFamily=prompt("Type a Font my dudes",""));void(pJ83EnR7=prompt('Color...',''));if(pJ83EnR7!=''){if(frames.length>0){for(xN3At2nF=0;xN3At2nF<frames.length;xN3At2nF++){void(frames[xN3At2nF].document.fgColor=pJ83EnR7)}}else{void(document.fgColor=pJ83EnR7)}}else{void(null)};void(document.body.style.backgroundColor=prompt("Type a colour for the backround my dudes",""));alert('Now I will open up a webpage editor to finish it off');function rotateit(x){x=parseInt(x);document.body.setAttribute('style',' -moz-transform: rotate('+x+'deg); -moz-transform-origin: 50% 50%; -webkit-transform: rotate('+x+'deg); -webkit-transform-origin: 50% 50%; -o-transform: rotate('+x+'deg); -o-transform-origin:50% 50%; -ms-transform: rotate('+x+'deg); -ms-transform-origin: 50% 50%; transform: rotate('+x+'deg); transform-origin: 50% 50%;');}for(i=0;i<=360;i++){setTimeout("rotateit("+i+")",i*40);}void(0);document.body.contentEditable='true';document.designMode='on';void 0