TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How to avoid browser fingerprinting while using lots of extensions?

8 pointsby hidden-spyderover 3 years ago
I use a lot of browser extensions and would be sad to give them up, but I realize that this is making me quite unique in browser fingerprinting.<p>Is there any way I could continue using the extensions while also not revealing myself too much?

3 comments

sysadm1nover 3 years ago
Some extensions inject code into the page or alter the look of a page (e.g Stylus). All a bad actor has to do is grab a screenshot of the page (which can be done with JS) and single you out specifically for using a certain style. Stay away from extensions that inject code, since that can be sniffed from third party trackers and single you out.<p>Also: if you&#x27;re dedicated enough, you can always view the source of addons you don&#x27;t trust and see what they do behind the scenes. I once spotted an addon siphoning off browsing history to a remote server, and had to report it to Mozilla and had to escalate the issue to get it removed swiftly.<p>Some addons are &#x27;recommended&#x27; by Mozilla and have been analyzed to ensure there are no privacy violations, so try and use those addons. There is also the issue of an addon&#x27;s author getting contacted by shady characters wanting to buy the extension so they can abuse it and violate people&#x27;s privacy.
评论 #29269355 未加载
评论 #29276037 未加载
评论 #29273737 未加载
Nicksilover 3 years ago
The EFF may have something for you.<p>- Privacy Badger: <a href="https:&#x2F;&#x2F;www.eff.org&#x2F;pages&#x2F;privacy-badger" rel="nofollow">https:&#x2F;&#x2F;www.eff.org&#x2F;pages&#x2F;privacy-badger</a><p>FAQ regarding fingerprinting: <a href="https:&#x2F;&#x2F;privacybadger.org&#x2F;#Does-Privacy-Badger-prevent-fingerprinting" rel="nofollow">https:&#x2F;&#x2F;privacybadger.org&#x2F;#Does-Privacy-Badger-prevent-finge...</a><p>You can also test your browser.<p>- Cover Your Tracks: <a href="https:&#x2F;&#x2F;www.eff.org&#x2F;pages&#x2F;cover-your-tracks" rel="nofollow">https:&#x2F;&#x2F;www.eff.org&#x2F;pages&#x2F;cover-your-tracks</a>
hostcontrollerover 3 years ago
I‘m using [Decentraleyes](<a href="https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;Decentraleyes" rel="nofollow">https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;Decentraleyes</a>).
评论 #29276017 未加载