Update Account Advanced Config
gv_update_account_configUpdate the advanced fingerprint configuration of an existing Google account without changing its core identity. Modify locale, timezone, device profile, or reset specific settings.
Instructions
Update the advanced fingerprint config of an existing account.
Only the keys you pass are changed; everything else stays locked. The account's fingerprint + seeds are NOT re-rolled — identity stays the same, only the injection/behavioral params change.
The browser must be CLOSED when this is called; relaunch with gv_open_account to apply the new settings.
Args: account_id: The account id to update. locale, timezone, humanize, block_webrtc, block_webgl, webgl_config, fonts, addons, disable_coop, block_images: Same meanings as in gv_create_account. Pass only the ones you want to change. device_profile: Switch to a different hardware template (replaces the device_config section). Same names as in gv_create_account. device_config: Raw Camoufox config keys to merge into device_config (battery:, mediaDevices:, navigator.hardwareConcurrency, ...). Overrides values from device_profile. reset_keys: List of advanced keys to remove entirely (fall back to default). E.g. ["locale", "timezone"] to clear explicit pins. reset_device_keys: List of raw Camoufox config keys to remove from device_config. E.g. ["battery:level", "mediaDevices:webcams"].
Returns the updated keys, the new advanced + device config dicts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fonts | No | ||
| addons | No | ||
| locale | No | ||
| humanize | No | ||
| timezone | No | ||
| account_id | Yes | ||
| reset_keys | No | ||
| block_webgl | No | ||
| block_images | No | ||
| block_webrtc | No | ||
| disable_coop | No | ||
| webgl_config | No | ||
| device_config | No | ||
| device_profile | No | ||
| reset_device_keys | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |