Adds visual filters to the Account Vault page for the Earth & Beyond emulator run by net-7.
< Feedback on Net-7 Account Vault Filters
You can just fork it. Use the same license and mention his name.
So I apparently don't get notifications and was unaware there were comments for me to reply to. My bad.
Faction/turn-ins: Requires hard-coding. The data is not available on the page. There is a 1 MB limit for greasyfork scripts, so hard coding such things may lead to the need for 'library' scripts.
Filter by type: I thought about doing this, but the only info for 'type' available is the color of the bar at the top. Not exactly reliable/useful. The red bar, for example, could be a beam, projectile, anything. A more proper filter would, again, require hard-coding.
Filter by learned: Not viable without hard-coding. There's not enough info on the page to know whether an item *can* be learned. That would require the same DB as the other 3 things.
Filter ore/refined: Same as above; requires hard coding.
Note: When I say 'hard coding' I really mean dumping the list of all items/types/etc, and storing that in some data structure for use.
I agree about the hard-coding, though maybe using something like the icons for ores would get 90% of what is desired with very little effort? There just aren't that many different icons, and while they rarely get re-used for things, I don't think those exceptions would be a deal-breaker (and you could also hard-code the common cases for those like Power of the Elements (which is actually a refined icon, not ore), Crystal Force Emitter, Stone Aegis, Vibrant Power Crystal... I think that covers most of my characters).
As far as "Filter by learned", I guess what I was thinking was just a checkbox that would "Hide Your Avatars With Recipe" and turn any items that contain the text "Your Avatars With Recipe" red. That would accomplish what I want 90% of the time because then I could transfer all those to "analyzable but already known" vault chars for selling/trading/giving away.
So I apparently don't get notifications and was unaware there were comments for me to reply to. My bad.
Are you planning on adding anything else to this? Does Greasy Fork have a way I can contribute to it, or should I just post another copy with modifications?
In addition to my last suggestion (saving the last character names) I had a few more ideas...
Filter faction / item turn-ins items
Filter by type
Filter Avatars with recipe (i.e. items you've already learned vs. ones you haven't)
Filter ore / refined
and one bug: items with a single quote aren't being matched by the name search, probably due to an escaping issue, i.e. any time with "V'rix" in the name (Combined V'rix Chitin for example - https://www.net-7.org/?#item/Combined+V%27rix+Chitin).