Skip to content

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...]
ParametersDescriptionDetailed Documentation
patternExpression to match against the request URLMatch Pattern Documentation
valueSupported 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)
filtersOptional 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