Greasy Fork is available in English.
Displays the current and registration location of eBay sellers on product listings.
< 脚本 eBay Seller Location 的反馈
Hotfix for recent eBay changes:The script selects the element where it inserts the location info via an `#si-fb` selector, but that element property no longer exists. Simply replace `#si-fb` in the script with `.ux-seller-section__content` to fix this. It's in line 34.
登录以发布留言。
Hotfix for recent eBay changes:
The script selects the element where it inserts the location info via an `#si-fb` selector, but that element property no longer exists.
Simply replace `#si-fb` in the script with `.ux-seller-section__content` to fix this. It's in line 34.