Adds a blacklist for sellers on eBay that will emphasize or remove results from blacklisted sellers
< Commentaires sur eBay Seller Blacklist
Should work now, try v0.4. HTML classes changed and are now also different across different eBay domains, which I've accounted for in the script. I also added .de support natively.
Fixed it by replacing the sellerElements
with:
let sellerElements = document.querySelectorAll("div.su-card-container__attributes__secondary > div.s-card__attribute-row > span");
and the list element search with this:
sellerElements[i].closest("li[id^='item']").classList.add("hidden");
Script works natively with latest update
Had to extend the website this scripts loads (`de` variant of ebay)
But the blacklisting doesn't actually work
It shows when I click on the item but the item itself is not filtered / hidden from the search result