eBay Seller Location Fork

Displays the registration location of eBay sellers on search results and product pages.

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

You will need to install an extension such as Tampermonkey to install this script.

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
sonofevil
今日安裝
0
安裝總數
189
評價
2 0 1
版本
1.2.3
建立日期
2022-05-06
更新日期
2025-12-20
尺寸
7.3 KB
授權條款
MIT
腳本執行於

This is a patched fork of the abandoned "eBay Seller Location" script:
https://greasyfork.org/en/scripts/410587-ebay-seller-location

It displays the location of the eBay seller on eBay product pages (in the info box on the right) and on search results.

GitHub repository: https://github.com/sonofevil/eBaySellerLocationFork

Changes to the original script (v0.1):

v1.2.3
- Updated CSS selectors to account for changes to site code. Only tested on German Ebay.

v1.2.2
- Updated seller info URL pattern.

v1.2.1
- Updated selector.

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.

v0.4
- I don't remember.

v0.3
- Script now also works on search results.

v0.2
- Updated info box selector in line 34 to reflect changes to eBay site code.
- Updated item-id selector in line 24 to reflect changes to eBay site code.
- Changed url scope to hopefully cover all regional eBay domains.