logoalt Hacker News

jaccolayesterday at 10:27 PM2 repliesview on HN

I disagree, a browser can have javascript execution disabled (and this is somewhat common in scraping to save time/resources).

I read it to mean: "A browser that doesn't execute the JavaScript bundle won't have [the rendered React elements]." Which is true.


Replies

XYen0ntoday at 5:06 AM

If JavaScript is disabled, why use a headless browser instead of making HTTP requests directly?

maxwellgtoday at 1:19 AM

Wouldn't a browser that doesn't execute JS also not execute the browser fingerprinting code in the first place?