Marian C.·Sep 1, 2025Find a nested object with needed values from the global scope of a web pageFrameworks expose objects defined in closures by assigning them to DOM elements. How to check if an object containing a needed value is…A response icon6A response icon6
Marian C.·May 9, 2025Effortless PDF creation from HTML using modern CSS and PuppeteerNovel CSS features for laying out content in PDFs. Running Puppeteer as a web service in Google CloudA response icon15A response icon15
Marian C.·Apr 24, 2025How to schedule a Google Cloud function to run more frequently than once a minuteA function scheduling itself at sub-minute intervals in Google Tasks queueA response icon8A response icon8
Marian C.·Jan 19, 2025How to launch puppeteer in Google Cloud functionsWhen it is necessary to monitor a website, running Puppeteer in a scheduled Cloud function can be the best optionA response icon17A response icon17
Marian C.·Dec 16, 2024Running and debugging Google Cloud functions locallyImpersonate the service account, connect to Google Cloud services, set up automatic reloading and forget about manual restarts, inspect…A response icon11A response icon11
Marian C.·Nov 30, 2024How to avoid seeing images while browsingMultiple ways to embed an image in a web page, the optimal approach to disabling imagesA response icon25A response icon25
Marian C.·Nov 23, 2024Novel way of ensuring that emojis are displayed as colorable charactersHow to control the default rendering style of emojisA response icon8A response icon8
Marian C.·Nov 16, 2024How to download a streamed videoFormatting videos reconstructed from streamed segments in Chrome extensions. Executing ffmpeg in Chrome extensions.A response icon20A response icon20
Marian C.·Oct 27, 2024When it is impossible to programmatically copy selected textgetSelection() does not always return the text value or coordinates of the entire selectionA response icon19A response icon19
Marian C.·Oct 12, 2024Accessing secured Google Cloud functions from the browserMaking HTTP requests from browser extensions to Cloud functions requiring authenticationA response icon12A response icon12