-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
CSS Selector help
dgtlmoon edited this page Mar 2, 2023
·
12 revisions
What is a CSS Selector? Please read https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Selectors
In the CSS Selector Filter field, you enter the CSS Selector - not the HTML
So for example if the HTML is
<div class="points">
<span id="interesting">
57 points
</span>
</div>
the selector would be .points #interesting
if you have
<h3>
<a href..></a>
</h3>
filter: //h3/parent::a//@href