recipe tracking + other various tweaks for infinite craft
当前为 
various tweaks for infinite craft
regex: for regex search (e.g. regex:^[0-9]+$ would return any that consist of just numbers)regexi: for case-insensitive regex search (e.g. regexi:^wolf would return Wolf and Wolfman, but not Werewolf)full: to match the entire element name rather than just substrings (e.g. full:12 would return 12, but wouldn't return 1234 or 8126)fulli: for the same as full: except case insensitive (e.g. fulli:wolf would return Wolf, but wouldn't return Werewolf)| browser | userscript manager | compatible? | 
|---|---|---|
| chrome | tampermonkey | yes | 
| firefox | tampermonkey | yes | 
(other browsers or userscript managers will probably work, these are just the ones i've tested it on so far)
WARNING: the old versions 3.1.0, 3.0.1, and 3.0.0 all contain a bug that will result in data being lost. if you're downgrading for some reason, don't install any of those ones.