prebid-integration-monitor/node_modules/puppeteer-extra-plugin-stealth/evasions
2024-04-30 06:48:50 -06:00
..
_template initial commit 2024-04-30 06:48:50 -06:00
_utils initial commit 2024-04-30 06:48:50 -06:00
chrome.app initial commit 2024-04-30 06:48:50 -06:00
chrome.csi initial commit 2024-04-30 06:48:50 -06:00
chrome.loadTimes initial commit 2024-04-30 06:48:50 -06:00
chrome.runtime initial commit 2024-04-30 06:48:50 -06:00
defaultArgs initial commit 2024-04-30 06:48:50 -06:00
iframe.contentWindow initial commit 2024-04-30 06:48:50 -06:00
media.codecs initial commit 2024-04-30 06:48:50 -06:00
navigator.hardwareConcurrency initial commit 2024-04-30 06:48:50 -06:00
navigator.languages initial commit 2024-04-30 06:48:50 -06:00
navigator.permissions initial commit 2024-04-30 06:48:50 -06:00
navigator.plugins initial commit 2024-04-30 06:48:50 -06:00
navigator.vendor initial commit 2024-04-30 06:48:50 -06:00
navigator.webdriver initial commit 2024-04-30 06:48:50 -06:00
sourceurl initial commit 2024-04-30 06:48:50 -06:00
user-agent-override initial commit 2024-04-30 06:48:50 -06:00
webgl.vendor initial commit 2024-04-30 06:48:50 -06:00
window.outerdimensions initial commit 2024-04-30 06:48:50 -06:00
readme.md initial commit 2024-04-30 06:48:50 -06:00

puppeteer-extra-plugin-stealth/evasions

Various detection evasion plugins for puppeteer-extra-plugin-stealth.

You can bypass the main module and require specific evasion plugins yourself, if you wish to do so:

puppeteer.use(
  require('puppeteer-extra-plugin-stealth/evasions/console.debug')()
)

If you want to add a new evasion technique I suggest you look at the template to kickstart things.