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; background-color: #777;
opacity: 0.5; opacity: 0.5;
} }
body > p {
padding: 0 15px;
}
</style> </style>
</head> </head>
<body> <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> <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> <textarea spellcheck="false"></textarea>
</div> </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> </body>
<script src="options.js"></script> <script src="options.js"></script>
</html> </html>