History and Bookmarks Filter

Don't display any fics on the page that don't fit in the inputted filters

लेखक
bairdel
दैनिक इंस्टॉल
0
एकूण इंस्टॉल
82
रेटिंग
0 0 0
आवृत्ती
0.3
बनवली
2022-08-30
अपडेट केली
2022-08-30
आकार
7.81 KB
License
GNU GPLv3
यांवर लागू होते:

A very quick and dirty way to filter bookmarks and history.

At the top of the code is a list of variables. Treat these as operators, e.g. less than <, more than >, exactly =
Set these to the value you want to filter around.

e.g.
kudosCheckTop sets an upper limit on the filter e.g. kudos < 500
kudosCheckExact shows fics with that exact value e.g. kudos = 500
kudosCheckBottom sets a lower limit on the filter e.g. kudos > 500

If anything isn't working, or there's something else you want to filter on that AO3 doesn't automatically integrate, please comment and I will try and do it.

Possible GUI if I can figure out how.