在您网购浏览商品的同时,自动对比其他优质电商同款商品价格,并提供商品价格历史,帮您轻松抄底,聪明网购不吃亏!
< Feedback on 惠惠购物助手
建议更换url匹配规则
我注意到脚本有https://*.tmall.com/*这条规则的。 但是别人发给我的链接是http的,http://chaoshi.detail.tmall.com。 建议更换为http*://*.tmall.com/*这条规则,其他规则同理,以兼容https和http。
https://*.tmall.com/*
http://chaoshi.detail.tmall.com
http*://*.tmall.com/*
https://greasyfork.org/zh-CN/scripts/26606-%E6%83%A0%E6%83%A0%E8%B4%AD%E7%89%A9%E5%8A%A9%E6%89%8B/code#n18 // @include http://*.tmall.com/*
// @include http://*.tmall.com/*
Sign in to post a reply.
建议更换url匹配规则
我注意到脚本有
https://*.tmall.com/*
这条规则的。 但是别人发给我的链接是http的,http://chaoshi.detail.tmall.com
。 建议更换为http*://*.tmall.com/*
这条规则,其他规则同理,以兼容https和http。