Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reader can't select nth child #1168

Open
norvalbv opened this issue Mar 14, 2025 · 1 comment
Open

Reader can't select nth child #1168

norvalbv opened this issue Mar 14, 2025 · 1 comment

Comments

@norvalbv
Copy link

When choosing CSS Selector: Only to reduce token output, etc. I'm trying to target a certain node. However, there may be an event where there are too many nodes on the page that I don't need. Therefore, I'm trying to select the first children, but it doesn't seem possible. When doing selections such as: article:nth-of-type(even), or article:nth-child(1) I still receive every node that matches article on the page.

Is there any solution or this?

@nomagick
Copy link
Member

Hi @norvalbv,

Sorry, I could not reproduce the issue you mentioned.
Could you provide a sample URL that is having this issue?

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants