I don't know if I'm the only one, but I love the song list filter in the velocity engine and miss it when looking at my levelranks. I finally spent a little time and put together a simple greasemonkey script to add filters to levelranks.
I've only tested it in Firefox, but I see no reason why it shouldn't work in Chrome.
As an example for what it can do, here I'm viewing all my non-AAAs on difficulty 1-44 files that I've only played once. I like this sort of list because it shows me some songs I should be able to easily improve my scores on.

Basic syntax for each of the filters is '<X' to filter out scores that have X or higher for that field; '>X' to filter out scores that have X or lower for that field; and 'X' or '=X' to only show scores that have exactly X for that field.
You can grab it over at github and can see the code as well.
I hope you find it useful!
I've only tested it in Firefox, but I see no reason why it shouldn't work in Chrome.
As an example for what it can do, here I'm viewing all my non-AAAs on difficulty 1-44 files that I've only played once. I like this sort of list because it shows me some songs I should be able to easily improve my scores on.

Basic syntax for each of the filters is '<X' to filter out scores that have X or higher for that field; '>X' to filter out scores that have X or lower for that field; and 'X' or '=X' to only show scores that have exactly X for that field.
You can grab it over at github and can see the code as well.
I hope you find it useful!







Comment