Wednesday, July 17, 2019

How to remove cheating Ebay listings with price range


Right-click on Ebay listing's prive range, select: Inspect Element -> Select Console window.
Delete all warnings and type or Paste this text:
$('.DEFAULT').parent().parent().parent().parent().parent().parent().remove();
Press Enter and enjoy.

To enable "pasting" into Console window:
In Firefox, address field type: "about:config" -> Search field: devtools.selfxss.count -> value -> 100.

More info here:
https://webapps.stackexchange.com/questions/73586/how-to-filter-deceptive-bait-switch-price-listings-on-ebay-when-sorted-by-pr

No comments:

Post a Comment