Jiang's Tech Journal

Jiang's Tech Journal

首页
分类
关于
Login →
Jiang's Tech Journal

Jiang's Tech Journal

首页 分类 关于
Login
  1. Home
  2. Nest
  3. Puppeteer避免被检测

Puppeteer避免被检测

0
  • Nest
  • Published at 2024-09-23
  • Read 144 times
Jiang
Jiang
Table of Contents
No Table of Contents

避免检测的包

https://www.npmjs.com/package/puppeteer-extra-plugin-stealth

读取浏览器指纹网站:

https://www.browserscan.net/zhhttps://abrahamjuliot.github.io/creepjs/

Puppeteer 自动化驱动浏览器的时候,这个 webdriver 就会变成 true ,而人工操作的时候,这个值是 false。

监听对应网站都读取了哪些属性

Related Posts

Puppeteer避免被检测

避免检测的包https://www.npmjs.com/package/puppeteer-extra-plugin-stealth

生产环境中的nest-winston关闭控制台颜色

https://github.com/gremo/nest-winston nest-winston默认会输出带颜色的log,但是在生产环境中会干扰日志的阅读格式,我们需要在生产环境中关闭控制台颜色。 在package.js

在NestJS中允许接口跨域

//main.ts app.enableCors({ origin: '*', methods: 'GET,HEAD,PUT,PATCH,POST,DELETE', preflightContinue: true, optionsSuccessStatus: 204,

集成nest-winston日志模块

https://github.com/gremo/nest-winston npm install --save nest-winston winston //main.ts import { NestFactory } from '@nestjs/core'; import { AppModule

Table of Contents
No Table of Contents
Copyright © 2024 your company All Rights Reserved. Powered by Halo.