RegExp for the url of target site
"url": "^https://abc\\.com/\\d+"
When the url matches the RegExp /^https://abc\.com/\d+/, current rule will take effect.
/^https://abc\.com/\d+/
← 使用指南 pinUrl →