Skip to content

Releases: adryfish/fingerprint-chromium

148.0.7778.215

Choose a tag to compare

@adryfish adryfish released this 21 Jun 04:34

Update to Chromium 148.0.7778.215

This release is for all platforms

New Features in Chrome 148

  1. Randomized Device Memory Fingerprint
    navigator.deviceMemory is no longer fixed at 8. It is now randomly chosen
    from 8, 16, or 32 based on the --fingerprint seed.

  2. Realistic GPU Parameter Simulation
    GPU fingerprinting now simulates WebGL/GPU parameters using real GPU
    parameter sets, making the reported GPU more consistent with real hardware.
    GPU spoofing can still be disabled with --disable-spoofing=gpu.

144.0.7559.132

Choose a tag to compare

@adryfish adryfish released this 27 Feb 09:02

Update to Chromium 144.0.7559.132

This release is for all platforms

New Features in Chrome 144

  1. New --disable-spoofing Parameter

A new unified parameter to selectively disable specific fingerprint spoofing. Use comma-separated values to specify which spoofing to disable.

  • Available values: font, audio, canvas, clientrects, gpu
  • Example: --disable-spoofing=font,gpu disables font and GPU fingerprint spoofing.
  • This replaces the previous --disable-gpu-fingerprint parameter with a more flexible, granular approach.
  1. Removed Legacy GPU Fingerprint Parameters

The following parameters have been removed in Chrome 144:

  • --fingerprint-gpu-vendor — Previously used to customize GPU vendor string
  • --fingerprint-gpu-renderer — Previously used to customize GPU renderer string
  • --disable-gpu-fingerprint — Previously used to disable GPU fingerprint

Migration: If you were using --disable-gpu-fingerprint, replace it with --disable-spoofing=gpu. If you were using --fingerprint-gpu-vendor or
--fingerprint-gpu-renderer, simply remove them — GPU fingerprint is now automatically generated from the fingerprint seed when not disabled.

142.0.7444.175

Choose a tag to compare

@adryfish adryfish released this 23 Dec 03:45

Update to Chromium 142.0.7444.175

This release is for all platforms

New Features in Chrome 142

  1. Updated UserAgent and UserAgentData Fingerprint Implementation

    • Improved fingerprint implementation for navigator.userAgent and navigator.userAgentData.
  2. Updated Audio Fingerprint Implementation

  3. Updated Canvas Fingerprint Implementation

    • Improved Canvas fingerprint modification for better anti-detection.
  4. GPU Fingerprint Disable Option

    • GPU fingerprint may have issues in some scenarios. Use --disable-gpu-fingerprint parameter to disable GPU fingerprint if needed.

139.0.7258.154

Choose a tag to compare

@adryfish adryfish released this 14 Sep 09:20

Update to Chromium 139.0.7258.154

This release is for all platforms

138.0.7204.183

Choose a tag to compare

@adryfish adryfish released this 11 Aug 04:46

Update to Chromium 138.0.7204.183

This release is for all platforms

136.0.7103.113

Choose a tag to compare

@adryfish adryfish released this 01 Jun 04:47

Update to Chromium 136.0.7103.113

This release is for all platforms

135.0.7049.95

Choose a tag to compare

@adryfish adryfish released this 11 May 07:36

Update to Chromium 135.0.7049.95

This release is for all platforms

134.0.6998.165

Choose a tag to compare

@adryfish adryfish released this 29 Apr 09:56

Update to Chromium 134.0.6998.165

This release is for all platforms

133.0.6943.126

Choose a tag to compare

@adryfish adryfish released this 18 Apr 09:04

Update to Chromium 133.0.6943.126

This release is for all platforms

132.0.6834.159

Choose a tag to compare

@adryfish adryfish released this 20 Feb 06:42

Update to Chromium 132.0.6834.159

This release is for all platforms