Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rotemdan/ExportCookies
WebExtension to export cookies to a Netscape format cookies.txt file.
https://github.com/rotemdan/ExportCookies
Last synced: about 2 months ago
JSON representation
WebExtension to export cookies to a Netscape format cookies.txt file.
- Host: GitHub
- URL: https://github.com/rotemdan/ExportCookies
- Owner: rotemdan
- License: mit
- Created: 2018-08-24T15:49:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T15:32:14.000Z (about 1 year ago)
- Last Synced: 2023-11-02T16:56:48.267Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 188 KB
- Stars: 85
- Watchers: 4
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - rotemdan/ExportCookies - WebExtension to export cookies to a Netscape format cookies.txt file. (JavaScript)
README
# Export Cookies
Adds a browser action to save cookies to a standard Netscape format `cookies.txt` file. Cookies can be exported either for the current host, current domain or for all domains.An option is given to apply a special encoding (`#HttpOnly_` prefix) for [HttpOnly](https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies#Secure_and_HttpOnly_cookies) cookies. Note this prefix is not correctly parsed by some downloaders like [youtube-dl](https://github.com/rg3/youtube-dl).
![exportcookies-screenshot-small](https://user-images.githubusercontent.com/8589488/44793857-e5ede600-abaf-11e8-9974-1df26b9420b9.png)
## Installation
Firefox - Install through Mozilla Add-on repository:
> https://addons.mozilla.org/en-US/firefox/addon/export-cookies-txt/Chrome - Install through Chrome Web Store:
> https://chrome.google.com/webstore/detail/export-cookies/gnkljdjnepojcjhhaoledinfjmampdcd## License
MIT