什么值得买 自动计算单价

在什么值得买搜索页面、首页及关注动态等页面,自动计算单价

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Author
leizingyiu
Daily installs
0
Total installs
240
Ratings
4 0 0
Version
2022.08.07
Created
2022-04-13
Updated
2022-08-07
Size
9.11 KB
License
GNU AGPLv3
Applies to

什么值得买 自动计算单价

在什么值得买的搜索页面、首页及关注动态等页面, 根据正则,自动识别并计算单价。

如果出现无法识别现象,可尝试数据中的 请填写需要计算的关键字 中,添加量词,使用空格分割。譬如:

"包 条 个 袋 杯 枚 颗 罐 公斤 斤 两 盒 桶"



2022年08月07日,新增加条件格式: 可在数据中设置 高亮条件 ,设置格式为json,譬如:

{
    "关键字 关键字2": {
        "大于": "10", //这里填写数字
        "小于": "", //这里填写数字
        "单位": "kg" //这里填写 kg 或者 L
    },
    "关键字3 关键字4":{
        "大于": "",
        "小于": "6",
        "单位": "kg"
    }
}

可在数据中设置 高于价格高亮样式低于价格高亮样式,设置格式为 css,譬如:

"background:#dcf9d7;"


虽然以上设置数据有自动备份功能,但仍建议各位设置完成后,手动备份到本地,以防万一。