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

Privacy Policy / Cookie Consent being included in the response, exploding its size #1138

Open
antonioalegria opened this issue Feb 3, 2025 · 1 comment

Comments

@antonioalegria
Copy link

antonioalegria commented Feb 3, 2025

If you look at a website like https://widn.ai/en you can see that it brings a huge section with each of the data partners listed in the cookie consent.

This doesn't happen with, for example, firecrawl

@nomagick
Copy link
Member

nomagick commented Feb 5, 2025

This is because the consent popup on this particular website uses more complex CSS techniques to hide the popup. It's visually hidden but still exists inside the page as a legit content.

For this particular website, try this:

curl https://r.jina.ai/https://widn.ai/en -H 'x-remove-selector: [class*="cky-"]'

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