-
Notifications
You must be signed in to change notification settings - Fork 137
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
Comments
You can use regex in your case |
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? |
You need something like that " |
Thanks so much! Working now! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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!
The text was updated successfully, but these errors were encountered: