Skip to content

Instantly share code, notes, and snippets.

@namrog84
Created September 30, 2019 04:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save namrog84/8407a4a775e14d8f75d348113563a1f2 to your computer and use it in GitHub Desktop.
Save namrog84/8407a4a775e14d8f75d348113563a1f2 to your computer and use it in GitHub Desktop.
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