aboutsummaryrefslogtreecommitdiffstats
path: root/pages/exclusions.html
blob: c6647cea1c2a0ff852a18be736e6db30fe399b40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<table id="exclusionRules">
   <tr>
      <td><span class="exclusionHeaderText">Patterns</span></td>
      <td><span class="exclusionHeaderText">Keys</span></td>
   </tr>
</table>
<template id="exclusionRuleTemplate">
   <tr class="exclusionRuleTemplateInstance">
      <td><input/ type="text" class="pattern" spellcheck="false" placeholder="URL pattern"></td>
      <td class="exclusionRulePassKeys"><input/ type="text" class="passKeys" spellcheck="false" placeholder="Exclude keys"></td>
      <td class="exclusionRemove"><input/ type="button" class="exclusionRemoveButton" value="&#x2716;"></td>
   </tr>
</template>