Giter Club home page Giter Club logo

random-user-agent's Introduction

Random User-Agent

GitHub license Language Maintainability Test Coverage

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.

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.

Source code: https://github.com/tarampampam/random-user-agent

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

Version History (Changelog)

  • 2.2.2 - Major user agent update
  • 2.2.1 - Fixed options windows height in Chrome 65
  • 2.2.0 - Added support for more than one custom user agent (chosen at random as well) and Edge 52 support
  • 2.1.11 - Issue fixed where non-keyboard input of option values was ignored (#40) and update of Chrome versions
  • 2.1.10 - Added zh_CN localization (thx to @yfdyh000)
  • 2.1.9 - Safari version update, preparations for Firefox version, regex fixes and JavaScript support enabled by default (88be3bd, 64f9eba, e2812b9, e34ba2d, ea9b9ba, 5f53fe3)
  • 2.1.8 - Fixes by @neroux
  • 2.1.7 - Small UA generator fixes
  • 2.1.6 - Small UA generator fixes
  • 2.1.5 - Try to fix "Issue #15"
  • 2.1.4 - Text adjustments
  • 2.1.3 - Up generated browsers versions
  • 2.1.2 - Added gulp & bower supports, added donation link, refactoring
  • 2.1.1 - Up generated browsers versions, fix JS-protection method (issue #10)
  • 2.1.0.1 - Fix translation error
  • 2.1.0 - All tests passed, stable release
  • 2.0.5 - Added Ukrainian localization, removed font 'Roboto', font 'Material Icons' replaced with 'Flaticon' costom icons set
  • 2.0.4 - Fixed manifest file error
  • 2.0.3.1 - Small fixes
  • 2.0.3 - Fixed synchronization event
  • 2.0.2 - Added JS-protection, changed icons, added russian localization, small fixes
  • 2.0.1 - Extension totally re-writed, repository re-created
  • 1.5.5 - Updated User-Agent strings. (Updated the extension to use more "current" browsers)
  • 1.5.4 - Fixed issue where auto-refresh interval wouldn't change
  • 1.5.3 - Minor syntax amendments related to 'use strict'
  • 1.5.2 - Fixed a bug with loading settings (caused by the previous version update =) )
  • 1.5.1 - Fixed a bug with loading settings (default only after restarting the browser)
  • 1.5 - Added exclusion (exception) list, changed the default settings, excluded files "content.js", minor bug fixes
  • 1.4.1 - Updated language packs, minor improvements
  • 1.4 - Redesigned User-agent's algorithm change - no longer selects from one preset option, it now generates fully - have randexp.js to thank for it. Removed the field "Description" as it was not correct. A large number of small improvements
  • 1.3 - Added German (de) localization, fixed bugs in the absence of initialization
  • 1.2 - First release on Github

Building from sources

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

$ cd /path/to/the/sources
$ gulp

You can install gulp globally with next command: $ sudo npm install -g gulp

random-user-agent's People

Contributors

neroux avatar tarampampam avatar strugee avatar nazar-pc avatar yfdyh000 avatar

Watchers

James Cloos avatar Amr Tj. Wallas avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.