-
https://www.heise.de/ lists articles on its main page, and among them "heise+" articles that are only available to subscribers. I'd like to hide them. They can be recognized by the "heise+" icon, but that icon is an embedded svg file. My XPath does not recognize the SVG tag, presumably because it's in a different namespace:
Does ublock's xpath support namespaces? How can I use them? |
Beta Was this translation helpful? Give feedback.
Answered by
mapx-
Apr 4, 2022
Replies: 1 comment 1 reply
-
You could use:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
cweiske
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could use:
heise.de##[viewBox*="194"]:upward(article)