Problem with nested domains
-
Hello,
I've set up colors for two domains:
mail.google.com (Gmail)
google.com (all Google services)
I'd like google.com to be green, whereas mail.google.com to be red (to be easily found). I expected this to work. Unfortunately, the setting for google.com overrides mail.google.com and Gmail tabs are green also. Please help.
Thanks and kind regards. -
Since the entries are regexed you want to enter the domain name as follows
^mail.google.com
^www.google.com
Mark the first character (caret). The first one will look for the domain name starting with mail.google.com, the second one looks for the one starting with http://www.google.com. See http://www.regular-expressions.info/ for more on regular expressions. -
Thanks for quick answer. I didn't notice that domain names are regexps, this opens several new possibilities

Have a nice day!
Reply
You must log in to post.