
Security News
ECMAScript 2025 Finalized with Iterator Helpers, Set Methods, RegExp.escape, and More
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
read-browser-cookies
Advanced tools
Node.js version of
--cookies-from-browser
from yt-dlp
$ pnpm add read-browser-cookies
I'm surprised yt-dlp's usage, and create this pkg, then I found these existing alternative pkgs
current only macOS + Chromium based browsers are supported.
import { readBrowserCookies } from 'read-browser-cookies'
// read all cookies
readBrowserCookies('chrome').then((cookiesArray) => {
//
})
// read all cookies for specific site
// using sqlite `like %site%`
readBrowserCookies('chrome', { site: 'youtube.com' }).then((cookiesArray) => {
//
})
the MIT License http://magicdawn.mit-license.org
v0.2.0 2022-12-16
readCookies
/ readCookiesStr
exportFAQs
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.