Greasy Fork
脚本
帮助
更多
高级搜索
用户列表
库
管理日志
☰
脚本
论坛
帮助
高级搜索
用户列表
库
管理日志
信息
代码
历史
反馈 (1)
统计
eBay hide duplicate results updated
easy toggle to show or hide bunches of repeated results in eBay searches
这些是代码更新过的版本。
显示所有版本
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