We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 156ea99 commit 576ca1bCopy full SHA for 576ca1b
src/main/javahelp/help/contents/intro.html
@@ -10,10 +10,11 @@
10
<H1>Neonmarker</H1>
11
Neonmarker addon, which colours History table entries based on tags.
12
13
-The following code example shows how to add a Neonmarker colorMapping via JavaScript within Zaproxy.
+The following code example shows how to add a Neonmarker colorMapping via JavaScript within ZAP using a Stand Alone script.
14
15
<code>extNeon = org.parosproxy.paros.control.Control.getSingleton().getExtensionLoader().getExtension(org.zaproxy.zap.extension.neonmarker.ExtensionNeonmarker.NAME);
16
17
+// History items tagged “Comment” will be red
18
extNeon.addColorMapping("Comment", 0x990000);</code>
19
20
</BODY>
0 commit comments