File: exclusions.html

package info (click to toggle)
vimium 2.1.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,212 kB
  • sloc: javascript: 12,766; makefile: 7
file content (14 lines) | stat: -rw-r--r-- 617 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<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>