@ecksmc Got it. Was momentarily confused b/c that's orthogonal to my approach: delete 'em all and let FSM sort 'em out.
This finesse approach will take some thought :)
Side tip, the wildcard functions similarly as you would expect: gi*b.com will match gitlab.com and github.com
This means that if you want to set all cookies to delete after browser restart, add a * to the greylist
www.example.com matches a rule for example.com because the www part is stripped
i just followed these from the github page
@b4cks4w
Enter expressions in this format:
google.com -> keep cookies only from google.com
*.google.com -> keep cookies from google.com and subdomains (Ex. calendar.google.com, a.b.c.d.google.com)