eBay hide duplicate results updated

easy toggle to show or hide bunches of repeated results in eBay searches

These are versions of this script where the code was updated. Show all versions.

  • v1.4 2017-04-24 Implemented UI and internal changes necessary to allow the user to change the similarity threshold; the value is saved using GM_setValue. Made the selection of candidate items for hiding slightly more intelligent so that it should coexist even better with other scripts that also hide items. Removed support for old style pages. Changed includes to use tld as requested by Mikhoul.
  • v1.1 2017-03-13 Implemented a slightly more sophisticated matching algorithm: convert descriptions to lower case, if one description is contained in the other then they match. If they do not then split the descriptions into words and throw away duplicates if the resulting sets or words differ by less than 20% of the words then they match.
  • v1.0 2017-03-04