{"id":16964310,"url":"https://github.com/ahmetsait/firemark","last_synced_at":"2026-03-06T20:03:22.509Z","repository":{"id":54699411,"uuid":"516660776","full_name":"ahmetsait/firemark","owner":"ahmetsait","description":"A command line utility for downloading missing Firefox bookmark icons","archived":false,"fork":false,"pushed_at":"2025-04-26T15:06:43.000Z","size":2792,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-26T16:22:33.179Z","etag":null,"topics":["firefox"],"latest_commit_sha":null,"homepage":"","language":"D","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ahmetsait.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-22T07:53:48.000Z","updated_at":"2025-04-26T15:06:46.000Z","dependencies_parsed_at":"2025-01-26T12:33:33.409Z","dependency_job_id":null,"html_url":"https://github.com/ahmetsait/firemark","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ahmetsait/firemark","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmetsait%2Ffiremark","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmetsait%2Ffiremark/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmetsait%2Ffiremark/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmetsait%2Ffiremark/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ahmetsait","download_url":"https://codeload.github.com/ahmetsait/firemark/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmetsait%2Ffiremark/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30195570,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"ssl_error","status_checked_at":"2026-03-06T18:57:34.882Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["firefox"],"created_at":"2024-10-13T23:27:52.423Z","updated_at":"2026-03-06T20:03:22.498Z","avatar_url":"https://github.com/ahmetsait.png","language":"D","funding_links":["https://github.com/sponsors/ahmetsait"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n![Firemark Icon](icon.svg)  \nFiremark  \n[![Platforms](https://img.shields.io/badge/platforms-windows%20%7C%20linux-blue)](https://github.com/ahmetsait/firemark/releases) [![Latest Release](https://img.shields.io/github/v/release/ahmetsait/firemark)](https://github.com/ahmetsait/firemark/releases/latest) [![Downloads](https://img.shields.io/github/downloads/ahmetsait/firemark/total)](https://github.com/ahmetsait/firemark/releases) [![License](https://img.shields.io/github/license/ahmetsait/firemark)](LICENSE.txt) [![Sponsor](https://img.shields.io/badge/Sponsor-black?logo=githubsponsors)](https://github.com/sponsors/ahmetsait)\n========\n\u003c/div\u003e\n\nFiremark is a command line program for downloading missing Firefox bookmark icons. It reads `places.sqlite` from the given profile directory and downloads missing favicons into `favicons.sqlite` in the same folder.\n\nFiremark can also be used as a helper utility for extracting favicon links from a given URL as an alternative to various online favicon retrieval services. See the [`--extract` option](#documentation).\n\nDownloads\n---------\nPrebuilt binaries can be found in [Releases](https://github.com/ahmetsait/firemark/releases) section.\n\nGetting Started\n---------------\nNavigate to `about:profiles` in Firefox and copy the `Root Directory` path from your default profile and replace `\u003cProfile-Directory\u003e` with it in the commands below. Press `Ctrl+C` to stop Firemark before it completes. You can also press `Ctrl+C` 3 times to immediately shut it down in case Firemark takes too long to respond.\n\n**Close all Firefox instances before using Firemark on your profile directory.**\n\n### Windows\n```batch\n.\\firemark.exe --verbose --profile \"\u003cProfile-Directory\u003e\"\n```\n\n### Linux\n```bash\n./firemark --verbose --profile \"\u003cProfile-Directory\u003e\"\n```\n\nDocumentation\n-------------\n### Usage\n`firemark [options] --profile path/to/profile-folder`  \nDownloads missing Firefox bookmark icons.\n\n`firemark [options] --extract https://example.com`  \nExtract favicon URLs from web page with [`link[rel~=icon]` selector](https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors) to standard output.\n\n### Options\n- `-p`, `--profile=PATH`  \n  Path to profile folder where `favicons.sqlite` and `places.sqlite` exists.\n- `-b`, `--backup`  \n  Backup `favicons.sqlite`. (Default)\n- `-B`, `--no-backup`  \n  Don't backup `favicons.sqlite`.\n- `-e`, `--erase`  \n  Erase favicon table before proceeding.\n- `-f`, `--force`  \n  Force downloading icons for all bookmarks instead of just missing ones.\n- `-j`, `--jobs=N`  \n  Number of concurrent jobs. Use it to speed up downloading favicons if you have too many bookmarks.  \n  Anything more than `-j 5` is not recommended since servers might block you out because of rate limiting.\n- `-x`, `--extract=URL`  \n  Extract favicon URLs from web page with [`link[rel~=icon]` selector](https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors) to standard output and exit.  \n  This also includes the root `/favicon.ico` for convenience.\n- `-v`, `--verbose`  \n  Print diagnostic messages.\n- `--version`  \n  Output version information and exit.\n- `--help`  \n  Show this help information and exit.\n\nKnown Issues\n------------\n- Firemark inserts duplicate pages into `moz_pages_w_icons` table.\n- Apparently some `icon_url` columns in `moz_icons` table end up with incomplete URLs such as `/favicon.ico`, `/assets/favicons/favicon.ico` or `/static/assets/favicon.ico?v=2`.\n\nSee [Issues](https://github.com/ahmetsait/firemark/issues) for bug reports.\n\nBuilding\n--------\nYou don't strictly need a specific compiler but those listed in Prerequisites are the ones used in build scripts.\nCheck out the `build.sh` \u0026 `build.ps1` files to learn more and tweak as you like.\nOn Windows, you can also link against `sqlite3.lib` import library instead of the object file directly. In this case the compiled executable will depend on `sqlite3.dll`. See: [How to generate an import library (LIB-file) from a DLL?](https://stackoverflow.com/questions/9946322/how-to-generate-an-import-library-lib-file-from-a-dll)\n\n### Windows\nPrerequisites:\n- Microsoft Visual C Compiler `cl`\n- Digital Mars D Compiler `dmd`\n\nFrom PowerShell:\n```powershell\n.\\build.ps1\n```\nIf you're getting \"running scripts is disabled on this system\" errors, execute the following:\n```powershell\nSet-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser -Force\n```\nSee [About Execution Policies](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_execution_policies) for more information.\n\n### Linux\nPrerequisites:\n- GNU Compiler Collection `gcc`\n- Digital Mars D Compiler `dmd`\n\nFrom Bash:\n```bash\n./build.sh\n```\n\nLicense\n-------\nFiremark is licensed under the [Mozilla Public License 2.0](LICENSE.txt).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmetsait%2Ffiremark","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahmetsait%2Ffiremark","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmetsait%2Ffiremark/lists"}