save-in icon indicating copy to clipboard operation
save-in copied to clipboard

Is there a way to blacklist a single website?

Open WicCaesar opened this issue 3 years ago • 1 comments

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!

WicCaesar avatar May 18 '22 06:05 WicCaesar

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:

gyng avatar May 27 '22 06:05 gyng