Code: Select all
*$domain=blogspot.com,third-party
"[^xyz] - matches anything that is not enclosed in the brackets."
But if I change the filter as follows, it no longer blocks anything, and the unoptimized warning disappears, as if it's not a (valid) regular expression.
Code: Select all
[^blogger]$domain=blogspot.com,third-party