Skip to content

Instantly share code, notes, and snippets.

@jirivrany
jirivrany / example.js
Created October 11, 2023 08:22
Pupeteer - how can I accept cookie consent prompts automatically for any URL?
/*
* Install some "no-cookies extension to your Chrome,
* then copy the extension directory to your Pupeteer dir
*/
const puppeteer = require('puppeteer');
const fs = require('fs/promises');
async function start () {