Skip to content

Puzzlebaron -> Patristocrat by crystalreef22

Details

Authorcrystalreef22

LicenseNo License

Categorycryptograms.puzzlebaron.com

Created

Updated

Size853 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Converts puzzlebaron to single-line patristocrat

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           ? - Feb 2024
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document regexp("http(s)?://cryptograms.puzzlebaron.com/play.php.*") {
   /*javascript:(function(){  var wordElements = document.getElementsByClassName("word");  for(var i = 0; i < wordElements.length; i++){    wordElements[i].style.padding = "0px";    wordElements[i].style.margin = "-1px";  }  document.getElementById("cform").style.width = "3218213px";  var invLetterElements = document.getElementsByClassName("invletter");  for(var i = 0; i < invLetterElements.length; i++){    invLetterElements[i].parentNode.style.display="none";  }  })();*/
.word{
   padding: 0px;
   margin: -1px;
}
#cform{
   width: 3218213px;
}
td:has(> .invletter){
   display:none;
}
}

Reviews

No reviews yet.