-
Notifications
You must be signed in to change notification settings - Fork 83
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
URL regex matching not working #314
Comments
Regex must match entire URL, not just part. Btw, good to know, the are (technically) no URLs without slash after domain, despite they are often displayed this way. |
Thank you, |
Yup. Or perhaps make attractive link to the docs [1], which BTW mentions that
and also
(emphasis mine). [1] https://github.com/stylish-userstyles/stylish/wiki/Applying-styles-to-specific-sites |
A link to the docs would do nicely I reckon 👍 |
URLs matching the regex
option doesn't seem to be working. For instance, addingjenkins
doesn't match the urlhttps://jenkins
.I've tried explicitly adding the slash delimiters, with and without case sensitive modifier...
The text was updated successfully, but these errors were encountered: