style
Customize the display style of request rows in the Network list, including font color, style, background color, and more.
Rule Syntax
txt
pattern style://color=@value&fontStyle=value&bgColor=@value [filters...]
Parameters | Description | Detailed Documentation |
---|---|---|
pattern | Expression to match against the request URL | Match Pattern Documentation |
value | Supported style attributes: • color - Font color (@hex or CSS color name, such as red )• fontStyle - Font style (such as italic , bold ) See font-style• bgColor - Background color (@hex or CSS color name, such as red ) | |
filters | Optional filters, supporting matching: • Request URL/Method/Headers/Content • Response Status Code/Headers | Filter Documentation |
Configuration Example
txt
www.test.com style://color=@fff&fontStyle=italic&bgColor=red
