-
Improvement
-
Resolution: Fixed
-
Normal
-
None
-
None
-
None
-
None
Nice track paging for mediums with more than 100 tracks was added by MBS-11703.
It would be userscripts friendly to put some class or id on this new Load all tracks link.
- The Expand all mediums button is like button#expand-all-mediums
- Each Expand medium arrow link is like a.expand-medium
- But this new Load all tracks link has no obvious CSS selector
I still can use:
table.medium > tbody > tr:not(.subh):not(.even):not(.odd) > td[colspan] > a[href='#']
But it feels less safe on the long term.