Bookmarks (type or copy and past in bookmark url),
javascript:document.body.contentEditable = 'true'; document.designMode='on'; void 0
javascript:document.body.contentEditable = 'false'; document.designMode='off'; void 0
javascript:alert('type something here');
javascript:var user = prompt("You Won $400,000,000,000.00! Type In Your Bank Account Number To Claim:", ""); if (user != null) {alert("Awesome! Your Bank Account Number Is: " + user + "!"); }
javascript:console.debug((()=>{var iconhref = prompt("The Image You Want The Favicon To Be (url)","https://assets.entrepreneur.com/content/3x2/2000/20160305000536-diamond.jpeg");var isnotundefined = document.querySelectorAll("link[rel='icon']")[0];var iconlink = document.querySelectorAll(isnotundefined ? "link[rel='icon']":"link[rel='shortcut icon']"); var i = 0;for(i = 0; i< iconlink.length; i++){iconlink[i].href=iconhref}; if(iconlink.length == 0){var newiconlink = document.createElement("link"); newiconlink.rel = "icon"; newiconlink.href = iconhref; document.head.appendChild(newiconlink)}})());
Did you know that you can go onto a userscript website like greasy fork, copy the code put the code into a bookmark, and at the front of it put it the characters: javascript:. you don't even have to get a chrome extension! if you go onto my greasyfork account website:https://greasyfork.org/en/users/317100-twarped you can copy my code and put it into a bookmark, remember the javascript: at the front. Always put a semi-colon(;) at the end of each "line".
sorry about the greasyfor.org being blocked at school for: "hacking content"... It's hard for me to do anything.
Here the code for a developer console made by Snowlord7 to put in your bookmark: javascript:(function()%7B(function()%20%7Bvar%20x%20%3D%20document.createElement(%22script%22)%3Bx.src%20%3D%20%22https%3A%2F%2Fcdn.jsdelivr.net%2Fgh%2FSnowLord7%2Fdevconsole%40master%2Fmain.js%22%3Bx.onload%20%3D%20alert(%22Loaded%20Developer%20Console!%22)%3Bdocument.head.appendChild(x)%3B%7D)()%7D)()
a preview of the snowlord7 devconsole...