chrome-cookies-secure
chrome-cookies-secure copied to clipboard
Extract encrypted Google Chrome cookies for a url on a Mac or Linux
When I start my node app, it immediately crashes with this error on OSX Monterey 12.5 ``` node:internal/process/promises:279 triggerUncaughtException(err, true /* fromPromise */); ^ [Error: The user name or passphrase...
This adds a fallback parser for the input url using URL, so that urls like "http://localhost:3000" work Currently they fail to parse with tld and return an error
https://stackoverflow.com/questions/32504307/how-to-use-sqlite3-module-with-electron
If I run this: chrome.getCookies('http://google.com', function(err, cookies) { console.log(cookies); }); I get only SID and NID and not HSID and SSID (which are there) any clues?
```bash npm i chrome-cookies-secure ``` The version is the latest, at the moment: 1.3.3 ```js const cookies = await chrome.getCookiesPromised(url, 'puppeteer', 'Default'); ``` Throws error > Error: Cannot find module...
chrome-cookies-secure doesn't have a types file on @types/node https://www.npmjs.com/package/@types/node
current version generate a cookie-file non compatible with yt-dlp (first of all because of trailing tab symbol)
Error: > [Error: SQLITE_CANTOPEN: unable to open database file > Emitted 'error' event on Database instance at: > ] Steps to reproduce: 1. `npm init -y && npm i -S...
A User may wish to use an arbitrary user-data-dir (for example if using chromium instead of chrome). This branch allows the user to specify either a profile (as in earlier...