Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save safferli/910de8ce371f116ac395cd6399bafc62 to your computer and use it in GitHub Desktop.
Save safferli/910de8ce371f116ac395cd6399bafc62 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