Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. setInterval(function() {
  2. if (Molpy.Redacted.location != 0) {
  3. document.title = "! kitten !";
  4.  
  5. Molpy.Redacted.location=1;
  6.  
  7. var inputz = document.getElementsByTagName("input");
  8. for(index = 0; index < inputz.length; index++){
  9. if(inputz[index].value == "Show"){
  10. var foundIt = String(inputz[index].onclick).includes("Redacted");
  11. if(foundIt) {
  12. inputz[index].click();
  13. }
  14. }
  15. }
  16. } else {
  17. document.title = Molpy.Redacted.toggle-Molpy.Redacted.countup;
  18. }
  19. }, 5000);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement