updating descriptions to include per-window behavior

This commit is contained in:
Ray Lothian 2018-08-16 15:08:29 +04:30
parent 8163444cc9
commit 3006da5319

View file

@ -20,7 +20,7 @@
<table width=100%> <table width=100%>
<tr> <tr>
<td> <td>
<label><input type="radio" name="mode" value="blacklist" id="mode-blacklist"> <span class="h">Black-list mode</span>: Apply the custom user-agent string to all tabs except the tabs with the following top-level hostnames (comma-separated list of hostnames)</label> <label><input type="radio" name="mode" value="blacklist" id="mode-blacklist"> <span class="h">Black-list mode</span>: Apply the custom user-agent string to all tabs except the tabs with the following top-level hostnames (comma-separated list of hostnames). Note that even if a window-based user-agent string is set from the toolbar popup, your browser's default user-agent string is used.</label>
</td> </td>
</tr> </tr>
<tr> <tr>
@ -28,7 +28,7 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<label><input type="radio" name="mode" value="whitelist" id="mode-whitelist"> <span class="h">White-list mode</span>: Only apply the custom user-agent string to the tabs with following top-level hostnames</label> <label><input type="radio" name="mode" value="whitelist" id="mode-whitelist"> <span class="h">White-list mode</span>: Only apply the custom user-agent string to the tabs with following top-level hostnames. Note that if a window-based user-agent string is set from the toolbar popup, this user-agent will overwrite the global one.</label>
</td> </td>
</tr> </tr>
<tr> <tr>