I've been using this site to practice for Science Olympiad CodeBusters. Our team has gotten quite good at "aristocrats" (essentially just normal cryptograms), but we were looking to get good at "patristocrats" (cryptograms with no spaces or punctuation).
I've built a Firefox extension to do the trick (instructions on the bottom, zip file attached).
Some problems:
- occasionally removed punctuation will leave a tiny space
- lines do not wrap, and instead, they stick out the end of the page
- you can't click the boxes to put your cursor there
Beyond some minimal UI difficulties, it works. If someone wants to help me fix it, that would be great. Otherwise, it's here for you guys to use. Enjoy, and thanks for the great aristocrat (and now patristocrat) resource.
Installation Instructions:
Extract the zip
open in Firefox to <about:debugging>
click "load temporary add-on"
select the manifest.json in the main project folder
I've built a Firefox extension to do the trick (instructions on the bottom, zip file attached).
Some problems:
- occasionally removed punctuation will leave a tiny space
- lines do not wrap, and instead, they stick out the end of the page
- you can't click the boxes to put your cursor there
Beyond some minimal UI difficulties, it works. If someone wants to help me fix it, that would be great. Otherwise, it's here for you guys to use. Enjoy, and thanks for the great aristocrat (and now patristocrat) resource.
Installation Instructions:
Extract the zip
open in Firefox to <about:debugging>
click "load temporary add-on"
select the manifest.json in the main project folder
Comment