Displays the registration location of eBay sellers on search results and product pages.
Αυτές είναι όλες οι εκδόσεις αυτού του κώδικα. Προβολή μόνο των εκδόσεων όπου άλλαξε ο κώδικας.
Updated seller info URL pattern.
Updated selector to match changes to eBay html classes.
v1.2- Skips requests for already known sellers.- Visible counter in bottom right corner informs about script progress.
v1.1- Completely reworked the code to load location info from html data after the old json API page was removed.- Search results loop is now completely asynchronous. No more simultaneous GET requests.- If present, seller location info is grabbed from item pages to avoid unnecessary requests.- Massive code cleanup.- Cures depression and removes pimples.- Todo: Add visible counter for search results processing.
v1.0-Optimized code.-Various fixes.-Updated selectors.-Now works on search results internationally.-Added delay to search results loop to prevent rate limiting.
Minor bugfix.
v0.3-Script now also works on search results.