From 7ec044b3d5772115f748c5ed5da1c1f6fac5bc9b Mon Sep 17 00:00:00 2001 From: achmizs Date: Tue, 29 Jan 2019 18:25:00 -0500 Subject: [PATCH] Added note about interaction of matching & exclusion patterns. --- options.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/options.html b/options.html index 9838549..cb95953 100644 --- a/options.html +++ b/options.html @@ -86,6 +86,9 @@ background-color: #777; opacity: 0.5; } + body > p { + padding: 0 15px; + } @@ -104,6 +107,7 @@

Do not kill stickies on web page URLs matching the following regular expressions (one per line):

+

NOTE: Exclusion patterns override matching patterns; if a page is both matched and excluded, stickies will not be killed on that page.

\ No newline at end of file