2

I like to use the most up to date version of Chromium, Google's open-source version of Chrome. The problem I have about Chromium is that the userstring can always uniquely identify my system based on the version number (as not too many people keep up to date with the Chromium snapshots).

My question: is there a way to modify Chromium to always send out a DEFAULT user string agent (i.e. Chrome version 29 or Firefox 24, not Chrome 32)? Thanks for any help!

4

1 回答 1

4

I think there is a command line option for that, e.g.

chromium-browser --user-agent="Chrome version 29"

For more details see this page: Chromium tips and tweaks.

(Note: I'm not sure if it will work in future versions)

于 2013-09-26T07:12:29.673 回答