If you're still personally using Google Chrome in 2024, please stop it, it is lib behavior at this point.

If something you absolutely need requires chromium use:

  • Brave (nah on second thought, Fuck Brave, techbro crypto-ad scheme and proprietary tooling)
  • Ungoogled Chromium: https://github.com/ungoogled-software/ungoogled-chromium

Switch to Firefox Now

  • zongor [comrade/them, he/him]
    ·
    5 months ago

    I have a very specific gripe about chromium based browsers and it’s that they don’t follow the ECMAScript spec well. For example in Chrome if you create a JavaScript class and scope some fields as private, if you try to access them chrome will just let you. On Firefox and Safari they will block access which is the correct behavior