Skip to content

Instantly share code, notes, and snippets.

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");