YOUR AD HERE DM officialsway ON DISCORD
Add this site to your favorites/bookmarks, then change the link with the bookmark code you want
Dark Mode: javascript:document.querySelectorAll('*').forEach(e=>e.setAttribute('style','background-color:#222;background-image:none;color:#'+(/^A|BU/.test(e.tagName)?'36c;text-decoration:underline;':'eee;')+e.getAttribute('style')))
History Flooder: javascript:var num=prompt("History flood number:");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 flood Succeeded "+window.location.href+" "+num+(num==1?" time.":" times. (Coolio)"))}
Edpuzzle Answers: javascript: fetch("https://cdn.jsdelivr.net/gh/ading2210/edpuzzle-answers@latest/script.js").then(r => r.text()).then(r => eval(r))
Tab Cloaker: javascript:(function() {var l = document.querySelector("link[rel*='icon']") || document.createElement('link');l.type = 'image/x-icon';l.rel = 'shortcut icon';l.href = 'https://user-images.githubusercontent.com/130446887/236898756-c8e32bc6-6a26-4f57-bfcb-5e054b62021e.png';document.getElementsByTagName('head')[0].appendChild(l);document.title = 'Google Docs';})();
Coin Clicker: javascript:alert("Coin Clicker. rules: click the coins as fast as bossible before the time runs out! errors: sorry, there is a bug where a coin appears and cannot be clicked. Im trying to fix that. if it happens, just start over."); var x=0; var points=0; var timer=31; var timermax=31; var op='block'; (function () { var score = document.createElement('div'); var body = document.getElementsByTagName('body')[0]; body.appendChild(score); score.style.position = 'fixed'; score.style.top = '350px'; score.style.left = '0px'; score.style.margin = '10px'; score.style.paddingTop = '0px'; score.style.width = '150px'; score.style.height = '30px'; score.style.zIndex = 10000; score.style.opacity = 1; score.style.color = 'black'; score.style.backgroundColor = 'white'; score.style.border = '5px solid black'; score.style.textAlign = 'center'; score.id = 'score'; score.style.display = op; score.innerText = 'score: '+points+''; }()); (function () { var me = document.createElement('div'); var body = document.getElementsByTagName('body')[0]; body.appendChild(me); me.style.position = 'fixed'; me.style.top = '390px'; me.style.left = '0px'; me.style.margin = '10px'; me.style.paddingTop = '0px'; me.style.width = '340px'; me.style.height = '30px'; me.style.zIndex = 10000; me.style.opacity = 1; me.style.color = 'black'; me.style.backgroundColor = 'white'; me.style.border = '5px solid black'; me.style.textAlign = 'center'; me.id = 'me'; me.style.display = op; me.innerText = 'by dragonmaster73101'; document.getElementById('me').addEventListener('click', function() { window.open("https://github.com/dragon731012"); }); }()); (function () { var elem = document.createElement('div'); var body = document.getElementsByTagName('body')[0]; body.appendChild(elem); elem.style.position = 'fixed'; elem.style.top = '0px'; elem.style.left = '0px'; elem.style.margin = '10px'; elem.style.paddingTop = '10px'; elem.style.width = '340px'; elem.style.height = '340px'; elem.style.zIndex = 10000; elem.style.opacity = 1; elem.style.color = 'green'; elem.style.backgroundColor = 'green'; elem.style.border = '0px solid white'; elem.style.textAlign = 'center'; elem.id = 'myTimer'; elem.style.display = op; }()); function mole(x,y){ (function () { var elem = document.createElement('div'); var body = document.getElementsByTagName('body')[0]; body.appendChild(elem); elem.style.position = 'fixed'; elem.style.top = ''+y+'px'; elem.style.left = ''+x+'px'; elem.style.margin = '10px'; elem.style.paddingTop = '0px'; elem.style.width = '40px'; elem.style.height = '40px'; elem.style.zIndex = 10000; elem.style.opacity = 1; elem.style.color = 'yellow'; elem.style.backgroundColor = 'yellow'; elem.style.border = '0px solid white'; elem.style.textAlign = 'center'; elem.style.cursor = 'pointer'; elem.id = 'coin'+x+''; elem.style.display = op; document.getElementById('coin'+x+'').addEventListener('click', function() { points=points+1; timermax=timermax-2; var timer=timermax; if (timermax<3){ var timermax=2; } makecoin(); elem.style.left='-99999999999999999999999999999999999px'; score.innerText = 'score: '+points+''; }); x=x+1; }()); } function makecoin(){ var rx=Math.floor(Math.random()*(300-0+1)+0); var ry=Math.floor(Math.random()*(300-0+1)+0); mole(rx,ry); } function check(){ (function(){ var time = document.createElement('div'); var body = document.getElementsByTagName('body')[0]; body.appendChild(time); timer=timer-1; if (timer<0){ op='none'; alert("game over. your score was "+points+"."); clearInterval(check); window.location.reload(1); timer=99999999999999999999999999999999999; } time.style.position = 'fixed'; time.style.top = '350px'; time.style.left = '160px'; time.style.margin = '10px'; time.style.paddingTop = '0px'; time.style.width = '180px'; time.style.height = '30px'; time.style.zIndex = 10000; time.style.opacity = 1; time.style.color = 'black'; time.style.backgroundColor = 'white'; time.style.border = '5px solid black'; time.style.textAlign = 'center'; time.id = 'time'; time.style.display = op; time.innerText = 'timer: '+timer+''; }()); } makecoin(); setInterval(check,1000);
about-blanker: javascript: (function () {var url = prompt("Paste the link you want to be embedded into an about:blank page.", "ex. https://example.com"); var urlObj = new window.URL(window.location.href); win = window.open(); win.document.body.style.margin = "0"; win.document.body.style.height = "100vh"; var iframe = win.document.createElement("iframe"); iframe.style.border = "none"; iframe.style.width = "100%"; iframe.style.height = "100%"; iframe.style.margin = "0"; iframe.referrerpolicy = "no-referrer"; iframe.allow = "fullscreen"; iframe.src = url.toString(); win.document.body.appendChild(iframe); var script = win.document.createElement("script"); script.src = "https://3kh0.github.io/js/main.js"; win.document.body.appendChild(script); })();
Auto Clicker: javascript:var DELAY = 0;var autoClickerStyleElement = document.createElement("style");autoClickerStyleElement.innerHTML="*{cursor: crosshair !important;}";document.body.appendChild(autoClickerStyleElement);function addClicker(e) {if(!e.isTrusted) {return;}if(e.target.classList.contains("auto-clicker-target")) {e.target.classList.remove("auto-clicker-target");} else {e.target.classList.add("auto-clicker-target");}document.body.removeChild(autoClickerStyleElement);document.body.removeEventListener("click", addClicker);e.preventDefault();autoClick(e.target);}function autoClick(element) {if(element.classList.contains("auto-clicker-target")) {element.click();setTimeout(function(){ autoClick(element); }, DELAY);}}document.body.addEventListener("click", addClicker, 0);
3D Maker: javascript:krazete:!function(){var d={menu:document.createElement("div"),limit:document.createElement("input"),gap:document.createElement("input"),sag:document.createElement("input"),fov:document.createElement("input"),flo:document.createElement("input"),off:document.createElement("input"),non:document.createElement("input"),end:document.createElement("input"),tgl:document.createElement("input"),cssStatic:document.createElement("style"),cssDynamic:document.createElement("style"),orientation:{yaw:0,pitch:0,roll:0},mouseMove:function(e){d.orientation.yaw=180*-Math.cos(Math.PI*e.clientX/innerWidth)*d.limit.value,d.orientation.pitch=180*Math.cos(Math.PI*e.clientY/innerHeight)*d.limit.value,d.updateBody()},gyroMove:function(e){innerWidth>innerHeight?(d.orientation.yaw=-(e.alpha+e.beta),d.orientation.pitch=e.gamma-90*Math.sign(90-Math.abs(e.beta))):(d.orientation.yaw=-(e.alpha+e.gamma),d.orientation.pitch=e.beta-90),d.updateBody()},updateOrigin:function(e){document.body.style.transformOrigin=innerWidth/2+pageXOffset+%22px%20%22+(innerHeight/2+pageYOffset)+%22px%22},updateBody:function(){document.body.style.transform=%22perspective(%22+Math.pow(2,d.fov.value)+%22px)%20translateZ(-%22+d.gap.value+%22px)%20rotateX(%22+d.orientation.pitch+%22deg)%20rotateY(%22+d.orientation.yaw+%22deg)%22},updateCSS:function(){if(d.non.checked)d.cssDynamic.innerHTML=%22%22;else%20if(d.off.checked)d.cssDynamic.innerHTML=%22*%20{%20transform-style:%20preserve-3d;%20}%22;else{for(var%20e=0;document.querySelector(%22body%22+%22%20%3E%20*%22.repeat(e));e++);var%20t=d.gap.value/e,n=-Math.PI*d.sag.value/e;d.cssDynamic.innerHTML=`%20*%20{%20transform:%20translateZ(${t}px)%20rotateX(${n}rad);%20transform-style:%20preserve-3d;%20transition:%20transform%201s;%20outline:%201px%20solid%20rgba(0,%200,%200,%200.0625);%20${d.flo.checked?%22overflow:%20visible%20!important;%22:%22%22}%20}%20*:hover%20{%20transform:%20translateZ(${2*t}px)%20rotateX(${2*n}rad);%20${d.flo.checked?%22%22:%22overflow:%20visible;%22}%20}%20`}},toggle:function(){%22active%22==d.menu.className?d.menu.removeAttribute(%22class%22):d.menu.className=%22active%22},quit:function(){window.removeEventListener(%22deviceorientation%22,d.gyroMove),window.removeEventListener(%22mousemove%22,d.mouseMove),window.removeEventListener(%22scroll%22,d.updateOrigin),window.addEventListener(%22resize%22,d.updateOrigin),d.menu.remove(),d.cssStatic.remove(),d.cssDynamic.remove(),document.body.removeAttribute(%22style%22)},newRange:function(e,t,n,o,i,a,r){d.menu.appendChild(e),e.type=%22range%22,e.min=n,e.max=i,e.step=o,e.value=a,e.addEventListener(%22input%22,r),d.menu.appendChild(document.createElement(%22span%22)).innerHTML=t,d.menu.appendChild(document.createElement(%22br%22))},newCheckbox:function(e,t,n){d.menu.appendChild(e),e.type=%22checkbox%22,e.addEventListener(%22click%22,n),d.menu.appendChild(document.createElement(%22span%22)).innerHTML=t,d.menu.appendChild(document.createElement(%22br%22))},newButton:function(e,t,n){d.menu.appendChild(e),e.type=%22button%22,e.value=t,e.addEventListener(%22click%22,n)},init:function(){document.body.parentNode.appendChild(d.menu).id=%22tri-menu%22,d.newRange(d.limit,%22limit%22,0,.03125,1,.125,d.updateBody),d.newRange(d.gap,%22gap%20/%20distance%22,0,32,512,128,function(){d.updateCSS(),d.updateBody()}),d.newRange(d.sag,%22sag%22,-.25,.03125,.25,0,d.updateCSS),d.newRange(d.fov,%22field%20of%20view%22,7,1,13,10,d.updateBody),d.newCheckbox(d.flo,%22force%20overflow%22,d.updateCSS),d.flo.setAttribute(%22checked%22,%22%22),d.newCheckbox(d.off,%22flatten%20layers%22,d.updateCSS),d.newCheckbox(d.non,%22flatten%20everything%22,d.updateCSS),d.newButton(d.end,%22Quit%22,d.quit),d.newButton(d.tgl,%22%E2%89%A1%22,d.toggle),d.tgl.id=%22tri-toggle%22,d.menu.appendChild(d.cssStatic).innerHTML=`%20html,%20body%20{%20transition-property:%20none;%20height:%20100%25;%20width:%20100%25;%20}%20html,%20html:hover,%20#tri-menu,%20#tri-menu%20%3E%20*,%20#tri-menu%20%3E%20*:hover%20{%20transform:%20none;%20outline:%20none;%20overflow:%20auto%20!important;%20float:%20none;%20}%20#tri-menu%20{%20position:%20fixed;%20top:%200;%20left:%200;%20background:%20rgba(0,%200,%200,%200.5);%20color:%20white;%20border:%201px%20solid%20rgba(255,%20255,%20255,%200.5);;%20border-radius:%200%200%2016px%200;%20padding:%208px;%20transform:%20translate(-100%25,%20-100%25)%20translate(32px,%2032px);%20}%20#tri-menu.active%20{%20transform:%20none;%20}%20#tri-toggle%20{%20position:%20absolute;%20bottom:%200;%20right:%200;%20height:%2032px;%20width:%2032px;%20background:%20transparent;%20color:%20white;%20border:%20none;%20cursor:%20pointer;%20}%20#tri-menu.active%20%3E%20#tri-toggle%20{%20background:%20white;%20color:%20black;%20border-radius:%208px%200%200%200;%20}%20%60,d.menu.appendChild(d.cssDynamic),d.updateCSS(),window.addEventListener(%22deviceorientation%22,d.gyroMove),window.addEventListener(%22mousemove%22,d.mouseMove),window.addEventListener(%22scroll%22,d.updateOrigin),window.addEventListener(%22resize%22,d.updateOrigin),window.scrollBy(0,1)}};d.init()}();
Cool Cursor: javascript: var ring = document.createElement('img');
ring.id="ring";
ring.src="https://raw.githubusercontent.com/dragon731012/DM-unbl0cker/main/static/img/ring.gif";
ring.style.pointerEvents = "none";
ring.style.userdrag="none";
ring.style.userselect="none";
ring.style.display="none";
ring.style.position="absolute";
ring.style.width="45px";
ring.style.height="45px";
document.body.appendChild(ring);
var cursor1 = document.createElement('img');
cursor1.id="cursor1";
cursor1.src="https://raw.githubusercontent.com/dragon731012/DM-unbl0cker/main/static/img/cursor.png";
cursor1.style.pointerEvents = "none";
cursor1.style.userdrag="none";
cursor1.style.userselect="none";
cursor1.style.display="none";
cursor1.style.position="absolute";
cursor1.style.width="22px";
cursor1.style.height="25px";
document.body.appendChild(cursor1);
if(/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)!=true){
document.addEventListener('contextmenu', event => event.preventDefault());
document.addEventListener("mouseleave", (event) => {
if (event.clientY<0 || event.clientX<0 || (event.clientX>window.innerWidth || event.clientY>window.innerHeight)) {
cursor1.style.display="none";
ring.style.display="none";
}
});
window.addEventListener('mousemove', (event) => {
cursor1.style.display="block";
ring.style.display="block";
var toleft=event.clientX-3;
var totop=event.clientY-5;
cursor1.style.left=toleft+"px";
cursor1.style.top=totop+"px";
function waiting(){
var toleft2=event.clientX-14.5;
var totop2=event.clientY-14;
ring.style.left=toleft2+"px";
ring.style.top=totop2+"px";
}
setTimeout(waiting,15);
});
}
document.onkeypress = function () {cursor1.style.display="none"; ring.style.display="none";};
function a(e){var n=e.childNodes;for(var i in n){a(n[i]);if(n[i].style) n[i].style.cursor="none";}};a(document);
Hacked Screen (Freezes): javascript:alert("by dragonmaster73101");function a(e){var n=e.childNodes;for(var i in n){a(n[i]);if(n[i].style) n[i].style.backgroundImage="url(https://media.tenor.com/88dnH_mHRLAAAAAM/static-tv-static.gif)";}}a(document); var howfast=3; var bluroffspeed=howfast; var bluronspeed=howfast*2; function bluron() { (function () { document.body.style.filter = 'blur(5px)'; })(); function bluroff(){ (function () { document.body.style.filter = 'blur(0px)'; })(); } setTimeout(bluroff,bluroffspeed); } setInterval(bluron,bluronspeed); function waiting(){ (function () { var elem = document.createElement('div'); var body = document.getElementsByTagName('body')[0]; body.appendChild(elem); elem.style.textAlign = 'center'; elem.style.margin=screen.height/2+"px"; elem.style.position = 'fixed'; elem.style.top = '0px'; elem.style.left = '0px'; elem.style.margin = '0px'; elem.style.width = ''+screen.width+'px'; elem.style.height = ''+screen.height+30+'px'; elem.style.zIndex = 10000; elem.style.opacity = 1; elem.style.textAlign = 'center'; elem.style.color = 'red'; elem.id = 'elem'; elem.style.fontSize = "30%"; elem.style.display = 'block'; function bg(){elem.style.backgroundImage="url(https://i.ytimg.com/vi/R8lHaEZYpCU/maxresdefault.jpg)";} bg(); }()); } function waiting2(){ while (true){ window.location.reload(1); } } setTimeout(waiting,900); setTimeout(waiting2,1800);
Spin Page: javascript:css="\n@keyframes roll {\n 100%{\n transform:rotate(360deg)\n }\n}\nbody {\n animation-name: roll;\n animation-duration: 4s;\n animation-iteration-count: 1;\n}\n";style=document.createElement("style");style.innerHTML=css;document.head.appendChild(style);
Website Editor: javascript:(function() { if (document.body.contentEditable === 'false' || document.body.contentEditable === 'inherit') { document.body.contentEditable = 'true'; document.designMode='on'; } else { document.body.contentEditable = 'false'; document.designMode='off'; }})()
Blur Page: javascript: (function () { document.body.style.filter = 'blur(5px)'; })();
Rainbow: 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);
Mouselight: javascript: var style = document.createElement("style");document.body.appendChild(style);var canvas = document.createElement("canvas");canvas.id = "canvas";document.body.appendChild(canvas);var context = canvas.getContext("2d");function outlineBounds() {context.clearRect(0, 0, window.innerWidth, window.innerHeight);context.beginPath();var bounds = Array.from(document.querySelectorAll("*")).map(function (e) {return e.getBoundingClientRect();});var withinBounds = bounds.filter(function (e) {var viewVertical = window.scrollY < e.bottom || e.top < window.scrollY + window.innerHeight;var viewHorizontal = window.scrollX < e.right || e.left < window.scrollX + window.innerWidth;return viewVertical && viewHorizontal;});withinBounds.forEach(function (e) {context.rect(e.left,e.top,e.right - e.left,e.bottom - e.top);});context.stroke();}function fillBounds() {context.clearRect(0, 0, window.innerWidth, window.innerHeight);context.fillStyle = "#00000011%22;var%20bounds%20=%20Array.from(document.querySelectorAll(%22*%22)).map(function%20(e)%20{return%20e.getBoundingClientRect();});var%20withinBounds%20=%20bounds.filter(function%20(e)%20{var%20viewVertical%20=%20window.scrollY%20%3C%20e.bottom%20||%20e.top%20%3C%20window.scrollY%20+%20window.innerHeight;var%20viewHorizontal%20=%20window.scrollX%20%3C%20e.right%20||%20e.left%20%3C%20window.scrollX%20+%20window.innerWidth;return%20viewVertical%20&&%20viewHorizontal;});withinBounds.forEach(function%20(e)%20{context.fillRect(e.left,e.top,e.right%20-%20e.left,e.bottom%20-%20e.top);});}function%20resizeCanvas()%20{style.innerHTML%20=%20%60#canvas%20{position:%20fixed;left:%200;top:%200;width:%20100%;height:%20100%;z-index:%209999;pointer-events:%20none;}%60;canvas.width%20=%20window.innerWidth;canvas.height%20=%20window.innerHeight;fillBounds();}resizeCanvas();window.addEventListener(%22scroll%22,%20fillBounds);window.addEventListener(%22resize%22,%20resizeCanvas);var%20pixelSize%20=%208;var%20halfPixel%20=%20Math.floor(pixelSize%20/%202);function%20drawPixel(x,%20y,%20r,%20g,%20b,%20a)%20{context.fillStyle%20=%20%22rgba(%22%20+%20[r,%20g,%20b,%20a].join(%22,%20%22)%20+%20%22)%22;context.fillRect(x%20-%20halfPixel,%20y%20-%20halfPixel,%20pixelSize,%20pixelSize);}function%20distanceSquared(a,%20b)%20{var%20dx%20=%20b.x%20-%20a.x;var%20dy%20=%20b.y%20-%20a.y;return%20dx%20*%20dx%20+%20dy%20*%20dy;}function%20main(mouse)%20{fillBounds();var%20data%20=%20context.getImageData(0,%200,%20context.canvas.width,%20context.canvas.height).data;context.clearRect(0,%200,%20context.canvas.width,%20context.canvas.height);for%20(var%20x%20=%200;%20x%20%3C%20context.canvas.width;%20x%20+=%20pixelSize)%20{for%20(var%20y%20=%200;%20y%20%3C%20context.canvas.height;%20y%20+=%20pixelSize)%20{var%20pixel%20=%20{%22x%22:%20x,%20%22y%22:%20y};var%20intensityMouse%20=%201%20/%20distanceSquared(pixel,%20mouse);var%20colorMouse%20=%20{%22r%22:%200,%20%22g%22:%20255,%20%22b%22:%20255};var%20copy%20=%20{%22x%22:%20window.innerWidth%20-%20mouse.x,%20%22y%22:%20window.innerHeight%20-%20mouse.y};var%20intensityCopy%20=%201%20/%20distanceSquared(pixel,%20copy);var%20colorCopy%20=%20{%22r%22:%20255,%20%22g%22:%200,%20%22b%22:%200};var%20intensity%20=%20intensityMouse%20+%20intensityCopy;var%20color%20=%20{%22r%22:%20Math.floor((colorMouse.r%20*%20intensityMouse%20+%20colorCopy.r%20*%20intensityCopy)%20/%20intensity),%22g%22:%20Math.floor((colorMouse.g%20*%20intensityMouse%20+%20colorCopy.g%20*%20intensityCopy)%20/%20intensity),%22b%22:%20Math.floor((colorMouse.b%20*%20intensityMouse%20+%20colorCopy.b%20*%20intensityCopy)%20/%20intensity)};if%20(intensity%20%3E%200.000001)%20{var%20ha%20=%20256%20*%20intensity%20*%20(256%20-%20data[(x%20+%20y%20*%20window.innerWidth)%20*%204%20+%203]);drawPixel(x,%20y,%20Math.floor(color.r%20*%20ha),%20Math.floor(color.g%20*%20ha),%20Math.floor(color.b%20*%20ha),%201%20-%20ha);}}}}window.addEventListener(%22mousemove%22,%20main);