@pietervankerckhoven -The "contains" option looks for a literal match.
So, if you enter "page1, page2, page3", Launch will look for that exact
string, which I'm guessing isn't what you're wanting to do. To build a
condition that says "page1 OR page2 OR page3", you'll either want to go
with the "Matches Regex" option in the "Value Comparison" Condition
Type, or just use custom JS.