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?

  • @stifle867@programming.dev
    link
    fedilink
    4
    edit-2
    9 months ago

    CORRECTION: It was pointed out to me that I was confusing userStyles.css with userChrome.css. I'm not aware of anyway that styling the UI outside of the DOM could be directly detectable. Theoretically, if you could resize some UI elements that would change the viewport size and therefore be detectable. I'm not informed enough on userChrome.css to make that call however. Original comment is below.

    Yes. As CSS styles can be queried, any differences can be used as an identifiable data point used to form a fingerprint.

    • @Knusper@feddit.de
      link
      fedilink
      59 months ago

      Are you talking about userContent.css? For that, it makes sense to me that it would be visible to webpages, since it applies styles to webpages.

      But OP is talking about userChrome.css, which styles the Firefox UI. I would be very surprised, if that's not isolated from webpages.

    • 👁️👄👁️
      link
      fedilink
      English
      29 months ago

      Think what you're talking to more applies to add-ons like dark reader. Websites can't see what your browser visually looks like.

      Maybe they can see if your userchrome js modified the height by seeing the viewport size, but that's getting way paranoid for it to be realistically used against you

      • @stifle867@programming.dev
        link
        fedilink
        19 months ago

        Yes you are correct. Another commenter pointed out I was getting mixed up between user styles and user chrome. Funny that we both considered how modifying user chrome could potentially impact viewport size! We both have paranoid minds :P