Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add way to exclude site from style or create priorities of styles #324

Open
ikciwor opened this issue Nov 21, 2017 · 1 comment
Open

Add way to exclude site from style or create priorities of styles #324

ikciwor opened this issue Nov 21, 2017 · 1 comment

Comments

@ikciwor
Copy link

ikciwor commented Nov 21, 2017

I have one style for facebook only and one global style for other sites. When I open facebook these styles begin to collide and it looks very messy. This could be solved either by adding "applies not to" in style editor or blocking styles collision and introducing priorities. Or is there another way to solve it? Regexes are not nice, they are not obvious for typical user.

@oatmealine
Copy link

oatmealine commented Mar 17, 2018

Regexes are not nice, they are not obvious for typical user.

That's not an excuse to not use them. Here's an exclude domain regex to get you started:
http://www.(?!SITE DOMAIN HERE).*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants