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 option for excluding websites #18

Closed
badrabbit opened this issue Jun 29, 2016 · 4 comments
Closed

Add option for excluding websites #18

badrabbit opened this issue Jun 29, 2016 · 4 comments

Comments

@badrabbit
Copy link

Please add an option to exclude custom domains.

For example i have a style sheet that simply zooms all content to 130%. But that won't work correctly with sites like YouTube or Plex. So i need to disable the style sheet every time i visit these sites.

Thanks!

@350d
Copy link
Owner

350d commented Jul 6, 2016

You can use regex in your case

@badrabbit
Copy link
Author

badrabbit commented Jul 6, 2016

But that's the problem. If i add a regexp rule and put in "https://www.youtube.com/" i can only apply the style on no YouTube. Am i doing something wrong here?

@350d
Copy link
Owner

350d commented Jul 6, 2016

You need something like that "https?://(?!(www.youtube.com|example.com)).*"

@badrabbit
Copy link
Author

Thanks so much! Working now!

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