An open API service indexing awesome lists of open source software.

https://github.com/gcarreno/testreadfirefoxcookies

Example on how to read Firefox cookies database
https://github.com/gcarreno/testreadfirefoxcookies

cookies firefox fpc free-pascal freepascal lazarus lazarus-app

Last synced: 6 months ago
JSON representation

Example on how to read Firefox cookies database

Awesome Lists containing this project

README

          

# Reading Cookies Database from Firefox
[![Build Status](https://github.com/gcarreno/TestReadFirefoxCookies/actions/workflows/main.yaml/badge.svg?branch=main)](https://github.com/gcarreno/TestReadFirefoxCookies/actions)
[![Supports Windows](https://img.shields.io/badge/support-Windows-blue?logo=Windows)](https://github.com/gcarreno/TestReadFirefoxCookies/releases/latest)
[![Supports Linux](https://img.shields.io/badge/support-Linux-yellow?logo=Linux)](https://github.com/gcarreno/TestReadFirefoxCookies/releases/latest)
[![Supports macOS](https://img.shields.io/badge/support-macOS-black?logo=macOS)](https://github.com/gcarreno/TestReadFirefoxCookies/releases/latest)
[![License](https://img.shields.io/github/license/gcarreno/TestReadFirefoxCookies)](https://github.com/gcarreno/TestReadFirefoxCookies/blob/main/LICENSE)
[![Latest Release](https://img.shields.io/github/v/release/gcarreno/TestReadFirefoxCookies?label=latest%20release)](https://github.com/gcarreno/TestReadFirefoxCookies/releases/latest)
[![Downloads](https://img.shields.io/github/downloads/gcarreno/TestReadFirefoxCookies/total)](https://github.com/gcarreno/TestReadFirefoxCookies/releases)

This is an example on how to locate and read Firefox cookies `SQLite` database.

Thanks to [paweld](https://github.com/paweld), it can now read the cookies from all the Firefox profiles.
Also thanks to him, we now have a good example on how to better visualize some of the columns.