Something to make the tool even more powerful would be custom regex support/replacement. This would allow list designers control over the output. For instance, you could change "Rx" to "Hentai" or "8.74" to "Very good". The possibilities are huge!
This would be a challenge to code for me, but it is possible. It would definitely need:
A custom menu with text fields for each data type (genres, titles, etc).
Easy UI for the text fields with which you could add multiple regex replacements for each data type.
Potentially two different modes for each field. One for replacement, one for simple searches.
A localStorage settings item for all these regex options.
Something to make the tool even more powerful would be custom regex support/replacement. This would allow list designers control over the output. For instance, you could change "Rx" to "Hentai" or "8.74" to "Very good". The possibilities are huge!
This would be a challenge to code for me, but it is possible. It would definitely need: