I would like to hide some packets in the Network tab of Chrome DevTools. I am having a lot of olark calls that I would like to hide:
p?j=olark-21408520578584&&c=polleven[...]
p?j=olark-1408520582743&&c=polleven[...]
p?j=olark-41408520586905&&c=polleven[...]
p?j=olark-51408520591078&&c=polleven[...]
...
What should I write in the filter to hide these?
^p?j=olark
does not work, nor does !p?j=olark
.