Arguments
This is the full list of additional command line switches you can pass to the browser to tweak the resulting fingerprint or browser behavior. For the most part, these only override or disable certain features
--disable-spoofing
You can disable spoofing of certain or all APIs that are otherwise all enabled by default. For example, --disable-spoofing=all would disable spoofing completely. There are multiple options that you can combine into a comma-separated list for finer control:
screentzwebrtcfontsspeechcodecsbatterybasebase.user_agentbase.languagesbase.rambase.cpu
glgl.gpugl.params
Imagine the following argument:
--disable-spoofing=screen,battery,base.user_agent,base.cpu,glAs a result, spoofing would be disabled for screen, battery, user agent, CPU and WebGL APIs. Passing --disable-spoofing=gl is equal to passing --disable-spoofing=gl.gpu,gl.params
Overrides
All the next fields are meant to override certain fingerprint parts. As they are well documented in the Guide and API Reference, only examples on what is the expected format will be provided.
--override-seed
--override-seed="my_custom_seed"--override-screen
--override-screen="2560x1440"--override-version
--override-version="125.0.6422.61"--override-country
--override-country="DE"--override-languages
--override-languages="de-DE,de,en-US,en"--override-tz
--override-tz="Europe/Berlin"--override-ip4
--override-ip4="11.22.33.44"--override-ip6
--override-ip6="11:22::33:44"