Blend in flawlessly. No fingerprinting.
A lightweight browser extension that standardizes your User-Agent to the most common configuration, protecting your privacy by making you look exactly like everyone else.
Seamless Spoofing
- Sets your User-Agent to the most standard, widely used Chromium configuration.
- Automatically adjusts between desktop (Windows) and mobile (Android) based on your device type.
Anti-Fingerprinting
- Updates the modern
sec-ch-uaClient Hints HTTP headers dynamically on every request. - Spoofs the
navigator.userAgentDataAPI accurately to ensure complex browser fingerprinting scripts see precisely the fake data instead of your real profile. - Restores original
navigatorproperties recursively likeappVersion,platform,vendor, andoscpu.
Zero Performance Impact
- Uses highly optimized
declarativeNetRequestfor instant network-level manipulation without holding up pageloads. - Injects required overrides into the page synchronously via pure isolated-world and main-world bridge scripting.
Firefox:
- Download or clone this repository
- Go to
about:debugging#/runtime/this-firefox - Click "Load Temporary Add-on"
- Navigate into the
Standard UA/directory and selectmanifest.json
Chrome/Edge/Brave:
- Download or clone this repository
- Go to
chrome://extensions/ - Enable Developer mode
- Click "Load unpacked" and select the
Standard UA/folder
- Zero Tracking, analytics, or telemetry.
- No remote APIs accessed or servers communicating.
- Operates entirely offline using a statically analyzed popular UA string inline.
- Open Source and completely auditable.
The extension operates on two levels:
- Network Level: The background Service Worker configures
declarativeNetRequestto intercept and dynamically overwrite network headers (User-Agent,sec-ch-ua,sec-ch-ua-mobile,sec-ch-ua-platform) and sets a custom internalServer-Timingheader to pass configuration instantly. - Execution Environment Level: Content scripts intercept the
Server-Timingheaders even before the page’s code runs, modifying prototype chains to override Javascript APIs (navigator.userAgentData,navigator.userAgent) within both MAIN and ISOLATED worlds natively seamlessly.
Copyright 2026 TN3W
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.