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