Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for multiple browser user agents #547

Merged
merged 3 commits into from
Oct 20, 2020
Merged

Commits on Oct 19, 2020

  1. Added support for multiple browser user agents that get used randomly…

    … on each request to improve the bot anonymity.
    Pawel Grzesik committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    5feb63f View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Update config.ts

    When swapping indexOf to includes I forgot to correct the order the conditional ternary operation. Now fixed.
    SesioN committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    ec0d6f9 View commit details
    Browse the repository at this point in the history
  2. revert: USER_AGENTS to non-plural USER_AGENT

    Pawel Grzesik committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    2cd02a1 View commit details
    Browse the repository at this point in the history