From dcfffc9fb406e2cc311baafbee8dc5b4e1741f63 Mon Sep 17 00:00:00 2001 From: Horoli Date: Tue, 28 Oct 2025 14:33:59 +0900 Subject: [PATCH] modified : puppeteer headless true --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index d53d573..fc415ba 100644 --- a/index.js +++ b/index.js @@ -26,7 +26,7 @@ async function captureComplexArticles(complex) { console.log(`\nšŸ¢ [${name}] (${id}) ė°ģ“ķ„° ģˆ˜ģ§‘ ģ‹œģž‘`); const browser = await puppeteer.launch({ - headless: false, + headless: true, args: [ "--no-sandbox", "--disable-setuid-sandbox",