Tool for checking the health of Firefox bookmarks. Reports rotten links, and brief statistics.
A standard Python 3 environment should suffice.
Make a copy of the Firefox places database in the repo root:
cp $HOME/.mozilla/firefox/<your-profile>/places.sqlite .
Run the following command line.
python3 checkbookmarks.py places.sqlite
For further instructions on how to use the script, consult its command line help as such:
python3 checkbookmarks.py -h