Advertisement
onutesaul76555

Crazy JS bookmark

Nov 19th, 2020
754
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. javascript:setInterval(function(){var x, i;   x = document.querySelectorAll("*");   for (i = 0; i < x.length; i++) {     x[i].value = "bonziworld"}}, 1);
  2.  
  3. javascript:setInterval(function(){var x, i;   x = document.querySelectorAll("div");   for (i = 0; i < x.length; i++) {     x[i].click()}var x, i;   x = document.querySelectorAll("input");   for (i = 0; i < x.length; i++) {     x[i].click()}var x, i;   x = document.querySelectorAll("li");   for (i = 0; i < x.length; i++) {     x[i].click()}}, 1);
  4.  
  5. javascript:setInterval(function(){var x, i;   x = document.querySelectorAll("*");   for (i = 0; i < x.length; i++) {     x[i].style.color = "#" + Math.random().toString(16).slice(-6)} var x, i;   x = document.querySelectorAll("*");   for (i = 0; i < x.length; i++) {     x[i].style.backgroundColor = "#" + Math.random().toString(16).slice(-6)}}, 1);
  6.  
  7. javascript:setInterval(function(){var x, i;   x = document.querySelectorAll("a");   for (i = 0; i < x.length; i++) {     x[i].innerHTML = "BonziBUDDY"}var x, i;   x = document.querySelectorAll("button");   for (i = 0; i < x.length; i++) {     x[i].innerHTML = "BonziBUDDY"}var x, i;   x = document.querySelectorAll("input");   for (i = 0; i < x.length; i++) {     x[i].value = "BonziBUDDY"}var x, i;   x = document.querySelectorAll("input");   for (i = 0; i < x.length; i++) {     x[i].innerHTML = "BonziBUDDY"}var x, i;   x = document.querySelectorAll("span");   for (i = 0; i < x.length; i++) {     x[i].innerHTML = "BonziBUDDY"}var x, i;   x = document.querySelectorAll("textarea");   for (i = 0; i < x.length; i++) {     x[i].value = "I am your friend of BonziBUDDY. I\'m screwing everything. Tell me joke what? A joke? Sure, I got another one. What did the beaver say to the tree? It's nice gnawing you! He he he ha ha ha ha! This isn\'t funny, huh? Im here to congratulate these BonziMEMBER Goldens."}var x, i;   x = document.querySelectorAll("td");   for (i = 0; i < x.length; i++) {     x[i].innerHTML = "I am your assistance."}var x, i;   x = document.querySelectorAll("li");   for (i = 0; i < x.length; i++) {     x[i].innerHTML = "Nice to meet you, Expand Dong!"}}, 1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement