Added note about interaction of matching & exclusion patterns.

This commit is contained in:
Said Achmiz 2019-01-29 18:25:00 -05:00
parent a8133b6c26
commit 7ec044b3d5

View File

@ -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>