Links to regexr.com open in new window

This commit is contained in:
Said Achmiz 2019-01-31 13:36:21 -05:00
parent c63779e104
commit 9ee6b8039f

View File

@ -21,14 +21,14 @@
</form> </form>
<div id='matchingPatterns'> <div id='matchingPatterns'>
<h2>Matching patterns</h2> <h2>Matching patterns</h2>
<p>Kill stickies on web page URLs matching the following <a href='https://regexr.com/' rel='nofollow'>regular expressions</a> (one per line):</p> <p>Kill stickies on web page URLs matching the following <a href='https://regexr.com/' rel='nofollow' target='_blank'>regular expressions</a> (one per line):</p>
<div class='textarea-container'> <div class='textarea-container'>
<textarea spellcheck="false"></textarea> <textarea spellcheck="false"></textarea>
</div> </div>
</div> </div>
<div id='exclusionPatterns'> <div id='exclusionPatterns'>
<h2>Exclusion patterns</h2> <h2>Exclusion patterns</h2>
<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' target='_blank'>regular expressions</a> (one per line):</p>
<div class='textarea-container'> <div class='textarea-container'>
<textarea spellcheck="false"></textarea> <textarea spellcheck="false"></textarea>
</div> </div>