No description
Find a file
2026-01-06 12:03:57 -04:00
icons Update license 2026-01-04 15:45:28 -04:00
options Add "not visited in x days" as an option 2026-01-06 12:03:57 -04:00
popup v1.0.3: Add refresh behavior setting (every time, daily, manual) 2026-01-04 22:36:05 -04:00
screenshots Add "not visited in x days" as an option 2026-01-06 12:03:57 -04:00
shared Add "not visited in x days" as an option 2026-01-06 12:03:57 -04:00
.gitignore Update license 2026-01-04 15:45:45 -04:00
.web-extension-id Update license 2026-01-04 15:45:45 -04:00
amo-metadata.json Update license 2026-01-04 15:45:45 -04:00
background.js Add "not visited in x days" as an option 2026-01-06 12:03:57 -04:00
LICENSE Initial commit 2026-01-04 15:33:49 -04:00
manifest.json Add "not visited in x days" as an option 2026-01-06 12:03:57 -04:00
README.md Add "not visited in x days" as an option 2026-01-06 12:03:57 -04:00

Embermarks

A Firefox extension that surfaces your forgotten bookmarks — the ones you saved but never visit.

Installation

From Firefox Add-ons

Install from AMO

Features

  • Discover forgotten bookmarks — Shows bookmarks you've rarely or never visited
  • Stale bookmark detection — Find bookmarks you visited a few times long ago but haven't opened in months or years
  • Click to open — Just click any bookmark to visit it
  • Refresh behavior — Choose to see new bookmarks every time, once a day, or only when you manually refresh
  • Configurable criteria — Set maximum visit count, minimum age, and "not visited in X days" threshold
  • Exclude folders — Keep certain bookmark folders out of suggestions

Screenshots

Popup Settings Menu
Popup Settings Menu

Building from Source

git clone https://github.com/gruberb/embermarks.git
cd embermarks
npx web-ext build

The extension will be built to web-ext-artifacts/.

To run in development mode:

npx web-ext run

License

Mozilla Public License Version 2.0