Dendarii
  • Communities
  • Create Post
  • Create Community
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
Andromxda 🇺🇦🇵🇸🇹🇼@lemmy.dbzer0.com to Technology@lemmy.worldEnglish ·
edit-2
10 months ago

Google Chrome ships a default, hidden extension that allows code on *.google.com access to private APIs, including your current CPU usage

fedi.simonwillison.net

external-link
message-square
199
fedilink
  • cross-posted to:
  • [email protected]
1.53K
external-link

Google Chrome ships a default, hidden extension that allows code on *.google.com access to private APIs, including your current CPU usage

fedi.simonwillison.net

Andromxda 🇺🇦🇵🇸🇹🇼@lemmy.dbzer0.com to Technology@lemmy.worldEnglish ·
edit-2
10 months ago
message-square
199
fedilink
  • cross-posted to:
  • [email protected]
Simon Willison (@[email protected])
fedi.simonwillison.net
external-link
It turns out Google Chrome ships a default, hidden extension that allows code on `*.google.com` access to private APIs, including your current CPU usage You can test it out by pasting the following into your Chrome DevTools console on any Google page: chrome.runtime.sendMessage( "nkeimhogjdpnpccoofpliimaahmaaome", { method: "cpu.getInfo" }, (response) => { console.log(JSON.stringify(response, null, 2)); }, ); More notes here: https://simonwillison.net/2024/Jul/9/hangout_servicesthunkjs/

cross-posted from: https://lemmy.dbzer0.com/post/23752739

https://simonwillison.net/2024/Jul/9/hangout_servicesthunkjs/

  • Appoxo@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    10 months ago

    Maybe recompiling? But I suspect that Chrome as it is, is closed source?

    • JackbyDev@programming.dev
      link
      fedilink
      English
      arrow-up
      6
      ·
      10 months ago

      Chromium is open source. Google Chrome is not open source.

    • A Basil Plant@lemmy.world
      link
      fedilink
      English
      arrow-up
      5
      ·
      10 months ago

      https://github.com/ungoogled-software/ungoogled-chromium

      https://ungoogled-software.github.io/ungoogled-chromium-binaries/

      • Katana314@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        10 months ago

        Seems like a great option. Can anyone more familiar with the code confirm this removes the aforementioned CPU-fingerprinting plugin?

        • Andromxda 🇺🇦🇵🇸🇹🇼@lemmy.dbzer0.comOP
          link
          fedilink
          English
          arrow-up
          3
          ·
          10 months ago

          It does. You can even try it out yourself. Install Ungoogled Chromium, go to google.com and paste the following code in the Developer console (which you can bring up by pressing F12 and clicking on ‘Console’ at the top of the DevTools interface):

              chrome.runtime.sendMessage(
                "nkeimhogjdpnpccoofpliimaahmaaome",
                { method: "cpu.getInfo" },
                (response) => {
                  console.log(JSON.stringify(response, null, 2));
                },
              );
          

          If it returns nothing or an error, you’re good. If it returns something like this:

          {
            "value": {
              "archName": "arm64",
              "features": [],
              "modelName": "Apple M2 Max",
              "numOfProcessors": 12,
              "processors": [
                {
                  "usage": {
                    "idle": 26890137,
                    "kernel": 5271531,
                    "total": 42525857,
                    "user": 10364189
                  }
                }, ...
          

          it means that the hidden extension is present, and *.google.com sites have special access in your browser.

Technology@lemmy.world

technology@lemmy.world

Subscribe from Remote Instance

Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: [email protected]

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


  • @[email protected]
  • @[email protected]
  • @[email protected]
  • @[email protected]
Visibility: Public
globe

This community can be federated to other instances and be posted/commented in by their users.

  • 3.41K users / day
  • 9.65K users / week
  • 18.1K users / month
  • 37.7K users / 6 months
  • 1 local subscriber
  • 69.9K subscribers
  • 14.8K Posts
  • 616K Comments
  • Modlog
  • mods:
  • L3s@lemmy.world
  • enu@lemmy.world
  • Technopagan@lemmy.world
  • L4sBot@lemmy.world
  • L3s@hackingne.ws
  • L4s@hackingne.ws
  • BE: 0.19.9
  • Modlog
  • Instances
  • Docs
  • Code
  • join-lemmy.org