Basically title...I'm wondering specifically if my chrome/userChrome.css
is increasing my chances of getting fingerprinted/tracked/etc. I can't find answers on DDG or on Arkenfox's GitHub, so I'm probably good, but what do you think?
Basically title...I'm wondering specifically if my chrome/userChrome.css
is increasing my chances of getting fingerprinted/tracked/etc. I can't find answers on DDG or on Arkenfox's GitHub, so I'm probably good, but what do you think?
Probably not;
userChrome.css
just modifies the local user interface of Firefox, right? I don't think any of this information is ever transmitted to servers, nor is it available from Javascript. Custom user styles however could probably be used for fingerprinting.Related interesting article from Mozilla: Privacy and the :visited selector