Giter VIP home page Giter VIP logo

random-user-agent's Introduction

logo

Automatically replaces the User-Agent with a randomized one.


Chrome Web Store ย  Firefox Add-ons ย  Edge Addons ย  Opera Addons

Random User-Agent


Random User-Agent is an open-source MIT-licensed browser extension that is designed to replaces original browser User-Agent identifier (is a sort of "fingerprint") with a randomized. The extension is incredibly lightweight, using very few resources.



Screenshot

๐Ÿ”ฅ Features list

  • Incredibly lightweight (~80KiB archived)
  • Available in the official stores (chrome, firefox, edge, opera)
  • Can automatically change the User-Agent after a specified period of time
  • Change User-Agent on browser startup
  • Replaces User-Agent HTTP header
  • Protect against detection by JavaScript
  • User-Agent randomization can be customized by the user (what browsers and OS are spoofed, etc.)
  • Exceptions list (blacklist/whitelist) available with option of wildcards
  • Allows using the remote User-Agents list
  • Doesn't need initial setup - just install and forget about the real user-agent leaking

๐Ÿ›  Where do I can test the functionality?

Open one of the links below with and without the extension enabled:

Resource Test
Out test page โœ… Passed
What is my User Agent โœ… 3 Passed / โŒ 3 Failed
Browser Information (BrowserSPY) โœ… Passed
whoer โœ… Passed
Browser Leaks โœ… Passed
Device Info โœ… Passed
CreepJS โŒ Failed

๐Ÿ‘€ Questions

Most questions can be answered by reading the issues. If the issues doesn't answer your question, open up a new discussion.

This extension may actually be making users more uniquely fingerprintable, not less?

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.

Hotkeys on some sites no longer work, why?

This may occur because your User-Agent simulates MacOS - in this case, some websites make an attempt to handle โŒ˜ cmd key instead of the ctrl. For fixing this issue just disable MacOS User-Agent in the extension generator settings.

๐Ÿงฉ Install

Follow up by one of the links at the top ๐Ÿ‘† of this page, or download CRX/XPI file directly the latest release from the releases page.

๐Ÿ–ฅ๏ธ Run Locally

After cloning the project, open the terminal and navigate to the project root directory (since I am a Linux adept, for the following commands installed docker and make are required):

$ make install # install all node dependencies

$ make watch # watch for source changes

$ make shell # start shell into a container with node

$ make build # build the extension

After make watch command you can:

  1. Open chrome and navigate to extensions page using this URL: chrome://extensions
  2. Make sure "Developer mode" is enabled
  3. Click "Load unpacked extension" button, browse the ./dist directory and select it
  4. Write something awesome (don't forget to make a PR after that)

๐Ÿ“œ How to translate (localize) this extension?

...or fix translation mistakes. The translation process described here.

๐Ÿ“ก Remote User-Agents list

Because the extension settings storage has size limitations - you don't have the option of keeping a large custom User-Agents list. Instead, you can place your list somewhere and link to it in the extension settings.

For example, you can create your own public repository/account on GitHub / GitLab / PasteBin / etc. and host your list on it.

The extension will send a GET request to the provided location URL. Supported list format is:

// will be ignored
 # will be ignored too

Mozilla/5.0 (Macintosh; Intel Mac OS X 11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4619.141 Safari/537.36
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4593.122 Safari/537.36

// ...

๐Ÿฆพ Contributors

I want to say a big thank you to everyone who contributed to this project:

contributors

And a special thanks to @neroux - dude, you're awesome

๐Ÿš€ Release

This note is for me, so as not to forget anything...

  1. Make required changes in this repository, test it locally
  2. Update changelog file and "publish" new release using repo releases page
  3. When the CI process is done - download the file random-user-agent.zip to my computer
  4. Open "Chrome Web Store Developer Dashboard" and click the "Upload new package" button, next, next... Publish
  5. Download the main.crx file from the dashboard, rename it to the random-user-agent.crx and upload to the release on GitHub
  6. Open "Mozilla add-on developer hub", "Select a file...", next, next, download the extension sources archive, upload it to hub, next, Publish
  7. Download the random_user_agent_X.X.X-blabla.xpi file from the dashboard (after getting Approved status for the version), rename it to the random-user-agent.xpi and upload to the release on GitHub
  8. Don't forget to update fkn edge and opera stores
  9. Open a bottle of beer, I've earned

random-user-agent's People

Contributors

neroux avatar dependabot[bot] avatar tarampampam avatar dependabot-support avatar yfdyh000 avatar strugee avatar xenorio avatar nazar-pc avatar renovate[bot] 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.