# url
RegExp for the url of target site
# Example:
"url": "^https://abc\\.com/\\d+"
When the url matches the RegExp
/^https://abc\.com/\d+/
, current rule will take effect.
← User manual pinUrl →
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.
← User manual pinUrl →