hohMiyazawa / Automail

An enhancement collection for anilist.co
GNU General Public License v3.0
158 stars 30 forks source link

Fix recommendations status dot bug > 25 cards #269

Closed nategasm closed 1 year ago

nategasm commented 1 year ago

There is currently a small bug where only the 1st page of recommendations (up to 25 cards) gets a status dot, everything else afterwards does not.

image

In the above screenshot the 3rd last and last cards are supposed to have a dot (number 26 and 28).

Code is now updated to work for any number of recommendation pages, it has also been switched over to using a mutation observer for a more elegant/performant solution.