Skip to content

Instantly share code, notes, and snippets.

@omisolaidowu
Last active February 22, 2024 03:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save omisolaidowu/6d58221cc896d24fc021900fb3e64954 to your computer and use it in GitHub Desktop.
Save omisolaidowu/6d58221cc896d24fc021900fb3e64954 to your computer and use it in GitHub Desktop.
Initial
// import the required libraries
const puppeteer = require('puppeteer-extra');
const StealthPlugin = require('puppeteer-extra-plugin-stealth');
// tie Puppeteer Extra to the Stealth plugin
puppeteer.use(StealthPlugin());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment