Open WicCaesar opened 2 years ago
For rewrites: not at the moment, but adding a way to exclude patterns will be neat.
For now, there's a workaround where you can add ^(?!.*example.com)
to only match sites that don't contain example.com
.
// This matches all sites except twitter.com
pageurl: ^(?!.*twitter.com)
into: :filename:
Hello!
I recently found this extension, and I'm in love with it, but it conflicts with another one I use for Twitter. Is there a way to blacklist a website? The only alternative I found was enabling this extension on specific websites or clicking to activate (default Chrome extension options).
Thanks in advance!