Переглянути джерело

Added note about interaction of matching & exclusion patterns.

master
Said Achmiz 6 роки тому
джерело
коміт
7ec044b3d5
1 змінених файлів з 4 додано та 0 видалено
  1. 4
    0
      options.html

+ 4
- 0
options.html Переглянути файл

@@ -86,6 +86,9 @@
background-color: #777;
opacity: 0.5;
}
body > p {
padding: 0 15px;
}
</style>
</head>
<body>
@@ -104,6 +107,7 @@
<p>Do <strong>not</strong> kill stickies on web page URLs matching the following <a href='https://regexr.com/' rel='nofollow'>regular expressions</a> (one per line):</p>
<textarea spellcheck="false"></textarea>
</div>
<p>NOTE: Exclusion patterns override matching patterns; if a page is <em>both</em> matched <em>and</em> excluded, stickies will <strong>not</strong> be killed on that page.</p>
</body>
<script src="options.js"></script>
</html>

Завантаження…
Відмінити
Зберегти