Summary
The Greasemonkey script A Better eBay Filter has been updated to version 4.0 to allow filtering sellers by Top-rated seller status, by user request. A checkbox was added to the script status line which turns off and on the Top-rated seller filtering option.
Background Information
A Better eBay Filter is a Greasemonkey script designed for users of eBay. It filters eBay listings and searches to hide item entries from sellers who have a feedback score or positive percentage below values you specify, or above for feedback score, or Top-rated sellers. The input values can be dynamically changed to filter items into or out of view. Last values are saved between browsing sessions. Purchasers use A Better eBay Filter to winnow the display of auctions to sellers they want to bid with.
The script may be downloaded either from the devoresoftware.com site or the userscripts.org site.
This ebay search filter is a very powerful add-on for firefox. You can still use the ebay site to search instead of having to use third party website/software.
It doesn’t work anymore on the newer versions of Firefox (Firefox 8.0), is there a chance it could support Firefox 8?
Looks like eBay just changed the search link. If you add the line:
// @include http://www.ebay.*/sch/*
To the beginning of the script, or change the script to accept that link, it works again in my limited testing.
I’ll put a revised script with the new @include line for those who can’t edit the script, sometime in the next couple of days. Hopefully, that’s all the fix that is necessary for the different subsites and searches.
ah I didn’t realise that! Thank you! It works!