Google Chrome Updates

chrome://flags/#enable-android-night-mode

chrome dark mode is also now on the android version. you have to turn this on. and enable from settings.

google chrome dark mode
 
--disable-features=DarkMode

running chrome with this command line parameter would disable chrome dark mode on desktops.
 
Chromium Blog: Improving privacy and security on the web

We announced at I/O that we will be updating Chrome to provide users with more transparency about how sites are using cookies, as well as simpler controls for cross-site cookies. We will preview these new features later this year.
We are making a number of upcoming changes to Chrome to enable these features, starting with modifying how cookies work so that developers need to explicitly specify which cookies are allowed to work across websites — and could be used to track users. The mechanism we use builds on the web's SameSite cookie attribute, and you can find the technical details on web.dev.
Because fingerprinting is neither transparent nor under the user’s control, it results in tracking that doesn’t respect user choice. This is why Chrome plans to more aggressively restrict fingerprinting across the web. One way in which we’ll be doing this is reducing the ways in which browsers can be passively fingerprinted, so that we can detect and intervene against active fingerprinting efforts as they happen.
 
Back