Created
September 30, 2019 04:18
-
-
Save namrog84/8407a4a775e14d8f75d348113563a1f2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
setInterval(function() { | |
if (Molpy.Redacted.location != 0) { | |
document.title = "! kitten !"; | |
Molpy.Redacted.location=1; | |
var inputz = document.getElementsByTagName("input"); | |
for(index = 0; index < inputz.length; index++){ | |
if(inputz[index].value == "Show"){ | |
var foundIt = String(inputz[index].onclick).includes("Redacted"); | |
if(foundIt) { | |
inputz[index].click(); | |
} | |
} | |
} | |
} else { | |
document.title = Molpy.Redacted.toggle-Molpy.Redacted.countup; | |
} | |
}, 5000); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment