9

I've seen ways to remove the Google Chrome unique ID on Windows using tools like "unchrome" but after a bit of searching I am unable to find an equivalent tool on Linux. Can anyone provide any useful information on removing this unique ID in Linux distros?

studiohack
  • 13,477
cjones26
  • 725

1 Answers1

4

Easy, it is in your Local State file.

~/.config/google-chrome/Local State

Look for user_experience_metrics (on mine it's near the bottom of the file) then client_id. Take that out and you should be good.

Gareth
  • 19,080
beatgammit
  • 1,465