Hacker News new | ask | show | jobs
by dotancohen 605 days ago
Can it remove popups for newsletters, or subscription, or logins, or cookies' notifications? Can it read pages that requires signing in?
1 comments

It extract the main content using Readability by default (you can configure it with something else). Logins would depend on how you're parsing. It has two modes, it either browses to the page inside the window (for non-refreshing pages), or retrieves it in the background using fetch.
Terrific, thank you.