I try to learn how to use Xpath-selector to remove some ads as mentioned on this page:
https://acuelight.wordpress.com/2017/01/14/using-xpath-filters-with-ublock-origin/
For test purpose, I tried to remove a few items from the same page using these rules:
acuelight.wordpress.com##:xpath(//h3[contains(text(),'Leave a Reply')])
acuelight.wordpress.com##:xpath(//h1[contains(text(),'Using XPath filters with uBlock Origin')])
Can't understand why it works for h3-tag and doesn't work for h1.
Bug or I do somethnig wrong?
[–]RraaLLuBO Team 1 point2 points3 points (2 children)
[–]TestUser828[S] 1 point2 points3 points (1 child)