I know I can block a particular element on a whole site with a rule like:
example.com##.blockedClass
Is there a way to do have particular elements only blocked on particular pages? I note that
example.com/path/*##.blockedClass
does not have the desired result (it seems to do nothing).