• @N0b3d
    link
    83 years ago

    How are the stats gathered?

      • @N0b3d
        link
        43 years ago

        That’s more or less what I thought. I wondered if you had some technical insight into what exactly they do. I can’t be the only one who has their browser set up to tell the world it’s running on Windows when it’s not.

        • Tmpod
          link
          fedilink
          63 years ago

          I used to do that for quite a long time, but then decided to sacrifice a bit of fingerprinting resistance to help with the stats :)

        • @nVZWmCa67Tq0SQkXPR
          link
          23 years ago

          There is a setting that makes websites detect that you are using Windows instead of Linux?

          • Tmpod
            link
            fedilink
            33 years ago

            You can change your User-Agent header. There are plenty of extensions that allow you to do that.

            • @nVZWmCa67Tq0SQkXPR
              link
              33 years ago

              How do you change your user agent header? Which extensions are required for that? Can you change it without extensions as well? I think using too many extensions would make my browser fingerprint more unique instead

              • @1lya
                link
                4
                edit-2
                3 years ago

                This can be done without using extensions, but it’s just more convenient with this. For example, the Firefox browser has a settings menu available at: about:config. You need to create a string named general.useragent.override and assign it the desired value. For example, if you write there it is Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en), sites will think that you are using the Internet Explorer browser on Windows. You can also set this parameter only for a specific site. For example, create the line “general.useragent.override.google.com” and assign it the desired value.

                • @nVZWmCa67Tq0SQkXPR
                  link
                  13 years ago

                  Thanks! So for after creating a string general.useragent.override and after creating that string in about:config, I should put a value. What’s the value to be put in to make sites think that I am using Google Chrome on Windows?

                • Tmpod
                  link
                  fedilink
                  13 years ago

                  Yeah, this is the way to do it without extensions, but it is way less convenient as you have to write the whole thing manually, while extensions make it really easy to switch between OSes, Browsers and all that.