the linkedin fingerprinting you and scanning your extensions thing is a pretty good example of just how much js leaks about your browser
https://browsergate.eu/how-it-works/
The Attack: How it works

Every time you open LinkedIn in a Chrome-based browser, LinkedIn’s JavaScript executes a silent scan of your installed browser extensions. The scan probes for thousands of specific extensions by ID, collects the results, encrypts them, and transmits them to LinkedIn’s servers. The entire process happens in the background. There is no consent dialog, no notification, no mention of it in LinkedIn’s privacy policy. This page documents exactly how the system works, with line references and code excerpts from LinkedIn’s production JavaScript bundle.

BrowserGate
@rebane2001 @bovine3dom Chrome specifically though. Most other browsers have better privacy protections.

@stefanlindbohm I'm pretty sure the DOM walking works in all browsers. Less sure about fetching extension resources

of course, apps are a million times worse...

@rebane2001