All Projects → tarampampam → Random User Agent

tarampampam / Random User Agent

Licence: wtfpl
😎 Google chrome browser extension

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Random User Agent

Webrtc Leak Prevent
Prevent WebRTC leaks in Chromium browsers.
Stars: ✭ 182 (-9.45%)
Mutual labels:  chrome-extension
Ping Me
A cross platform personalized Ping
Stars: ✭ 190 (-5.47%)
Mutual labels:  chrome-extension
Mojo
✨ Mojolicious - Perl real-time web framework
Stars: ✭ 2,298 (+1043.28%)
Mutual labels:  user-agent
Pt Plugin Plus
PT 助手 Plus,为 Google Chrome 和 Firefox 浏览器插件(Web Extensions),主要用于辅助下载 PT 站的种子。
Stars: ✭ 2,807 (+1296.52%)
Mutual labels:  chrome-extension
Sloth
Sloth - an extension slowing down page loading to bring real user experience
Stars: ✭ 189 (-5.97%)
Mutual labels:  chrome-extension
Grasp
A reliable org-capture browser extension for Chrome/Firefox
Stars: ✭ 193 (-3.98%)
Mutual labels:  chrome-extension
Privacybadger
Privacy Badger is a browser extension that automatically learns to block invisible trackers.
Stars: ✭ 2,346 (+1067.16%)
Mutual labels:  chrome-extension
Bilibili Live Hime
🍓 Chrome 扩展 - Bilibili 直播姬
Stars: ✭ 201 (+0%)
Mutual labels:  chrome-extension
Azure Mask
A browser extension (Chrome, Firefox) that toggles concealment of sensitive information found in the Azure Portal web page such as Subscription Id's
Stars: ✭ 189 (-5.97%)
Mutual labels:  chrome-extension
Chrome Proxy Helper
Chrome PROXY extension, set proxy for Chrome browser
Stars: ✭ 198 (-1.49%)
Mutual labels:  chrome-extension
Headless Recorder
Chrome extension that records your browser interactions and generates a Playwright or Puppeteer script.
Stars: ✭ 13,786 (+6758.71%)
Mutual labels:  chrome-extension
Chromeextensionasync
Promise wrapper for the Chrome extension API so that it can be used with async/await rather than callbacks
Stars: ✭ 186 (-7.46%)
Mutual labels:  chrome-extension
Browser
Do some browser detection with Ruby. Includes ActionController integration.
Stars: ✭ 2,263 (+1025.87%)
Mutual labels:  user-agent
Glee
Keyboard glee for your web.
Stars: ✭ 182 (-9.45%)
Mutual labels:  chrome-extension
Oldschool Github Extension
Revert GitHub's UI back to its classic look (before the June 23, 2020 update that has a flat, rounded and more whitespaced design).
Stars: ✭ 200 (-0.5%)
Mutual labels:  chrome-extension
Hack Tools
The all-in-one Red Team extension for Web Pentester 🛠
Stars: ✭ 2,750 (+1268.16%)
Mutual labels:  chrome-extension
Jsearch
jSearch(聚搜) 是一款专注内容的chrome搜索扩展,一次搜索聚合多平台内容。
Stars: ✭ 193 (-3.98%)
Mutual labels:  chrome-extension
React Perf Devtool
A browser developer tool extension to inspect performance of React components.
Stars: ✭ 2,277 (+1032.84%)
Mutual labels:  chrome-extension
Smartproxy
Firefox/Chrome browser extension. SmartProxy will automatically enable/disable proxy for the sites you visit, based on customizable patterns.
Stars: ✭ 199 (-1%)
Mutual labels:  chrome-extension
Device Detector Js
A precise user agent parser and device detector written in TypeScript
Stars: ✭ 193 (-3.98%)
Mutual labels:  user-agent

logo

Random User-Agent

Mozilla WebStore version Chrome WebStore version Issues Chat with team License

Automatically replaces the User-Agent after a specified time interval

Screenshot

Warning

Depending on your threat model, faking your user agent might make you more fingerprintable, not less. There are ways other than User-Agent sniffing to determine what browser you're using, so malicious sites could learn what browser you're really using through other means and then combine that with your randomly changing User-Agent to pretty effectively track you. For background, see this GitHub issue. You've been warned.

Get the Plugin! Google Webstore & Firefox Add-ons

Chrome WebStore users Chrome WebStore rating arrows Mozilla WebStore rating Mozilla WebStore rating

User-Agent - a string that is sent along to any website you visit. This is a sort of "fingerprint" your browser leaves behind which contains:

  • The name and version of your browser;
  • The name of the operating system (Mac, Windows, Linux, etc.) and its version;
  • Information about some of the plugins installed on the browser;
  • Other information that identifies and exposes you.

This extension has been created to stop data leakage. It automatically replaces User-Agent strings after a specified period of time with a randomly selected one. User-Agent strings can also be set manually. The extension is incredibly lightweight, using very few resources. User-Agent randomization can be customized by the user (what browsers and OS are spoofed, etc.). Exceptions list available with option of wildcards. Protects against Javascript exploits to hide your identity and protect your anonymity.

Thanks to SmudgedMuffin for English localization, and @nazarpc for Ukrainian localization

Changes log

Release version Released Commits since latest release

Take a look here.

Building from sources

For a building extension from sources (and pack as a zip file) use next commands:

Installed docker-ce is required

$ cd /path/to/the/sources
$ make build
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].