Skip to content

Commit

Permalink
move table of contents to the top of readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
romanyg committed Mar 11, 2024
1 parent 39248f1 commit d6dc62e
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions packages/puppeteer-extra-plugin-stealth/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,32 @@
<p align="center"><img src="https://i.imgur.com/q2xBjqH.png" /></p>

## Table of Contents

- [puppeteer-extra-plugin-stealth \[ ](#puppeteer-extra-plugin-stealth---)
- [Install](#install)
- [Usage](#usage)
- [Status](#status)
- [Changelog](#changelog)
- [`v2.4.7`](#v247)
- [`v2.4.2` / `v2.4.1`](#v242--v241)
- [`v2.4.0`](#v240)
- [Test results (red is bad)](#test-results-red-is-bad)
- [Vanilla puppeteer without stealth 😢](#vanilla-puppeteer-without-stealth-)
- [Puppeteer with stealth plugin 💯](#puppeteer-with-stealth-plugin-)
- [Improved reCAPTCHA v3 scores](#improved-recaptcha-v3-scores)
- [API](#api)
- [Table of Contents](#table-of-contents)
- [class: StealthPlugin](#class-stealthplugin)
- [Purpose](#purpose)
- [Modularity](#modularity)
- [Contributing](#contributing)
- [Kudos](#kudos)
- [.availableEvasions](#availableevasions)
- [.enabledEvasions](#enabledevasions)
- [defaultExport(opts?)](#defaultexportopts)
- [License](#license)

## Install

```bash
Expand Down Expand Up @@ -174,32 +200,6 @@ _**Tip:** Have a look at the [recaptcha plugin](https://github.com/berstend/pupp

<!-- Generated by documentation.js. Update this documentation by updating the source code. -->

#### Table of Contents

- [puppeteer-extra-plugin-stealth \[ ](#puppeteer-extra-plugin-stealth---)
- [Install](#install)
- [Usage](#usage)
- [Status](#status)
- [Changelog](#changelog)
- [`v2.4.7`](#v247)
- [`v2.4.2` / `v2.4.1`](#v242--v241)
- [`v2.4.0`](#v240)
- [Test results (red is bad)](#test-results-red-is-bad)
- [Vanilla puppeteer without stealth 😢](#vanilla-puppeteer-without-stealth-)
- [Puppeteer with stealth plugin 💯](#puppeteer-with-stealth-plugin-)
- [Improved reCAPTCHA v3 scores](#improved-recaptcha-v3-scores)
- [API](#api)
- [Table of Contents](#table-of-contents)
- [class: StealthPlugin](#class-stealthplugin)
- [Purpose](#purpose)
- [Modularity](#modularity)
- [Contributing](#contributing)
- [Kudos](#kudos)
- [.availableEvasions](#availableevasions)
- [.enabledEvasions](#enabledevasions)
- [defaultExport(opts?)](#defaultexportopts)
- [License](#license)

### class: [StealthPlugin](https://github.com/berstend/puppeteer-extra/blob/e6133619b051febed630ada35241664eba59b9fa/packages/puppeteer-extra-plugin-stealth/index.js#L72-L162)

- `opts` **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)?** Options (optional, default `{}`)
Expand Down

0 comments on commit d6dc62e

Please sign in to comment.