salcido / discogs-enhancer

100% vanilla JS Chrome extension that adds useful features and functionality to Discogs.com
https://www.discogs-enhancer.com
GNU General Public License v3.0
106 stars 15 forks source link

Feature Request: Load multiple market pages at the same time #253

Closed tydog98 closed 1 year ago

tydog98 commented 1 year ago

So while scrolling through the marketplace with the "sort by total price" option on, prices are per page and not continuous. This means you'll scroll past low prices to high prices back to high prices. It would be nice if multiple pages could be loaded at once so everything can be in order.

salcido commented 1 year ago

@tydog98 It's not possible to do that, unfortunately. The extension can only access the results returned by Discogs and cannot query Discogs for page results sorted by price. If you open up the Learn page and read the Sort By Total Price section you'll see this limitation is called out:

Screenshot 2023-09-18 at 5 57 03 PM
tydog98 commented 1 year ago

I see