Spaces:
Running
Running
Update index.js
Browse files
index.js
CHANGED
@@ -9,8 +9,8 @@ const express = require('express')
|
|
9 |
const cp = require('child_process')
|
10 |
const PDFDocument = require('pdfkit')
|
11 |
const playwright = require('playwright-extra')
|
12 |
-
const stealth = require('puppeteer-extra-plugin-stealth')
|
13 |
-
playwright.chromium.use(stealth())
|
14 |
|
15 |
const app = express()
|
16 |
app.set('json spaces', 4)
|
|
|
9 |
const cp = require('child_process')
|
10 |
const PDFDocument = require('pdfkit')
|
11 |
const playwright = require('playwright-extra')
|
12 |
+
// const stealth = require('puppeteer-extra-plugin-stealth')
|
13 |
+
// playwright.chromium.use(stealth())
|
14 |
|
15 |
const app = express()
|
16 |
app.set('json spaces', 4)
|