This is a Firefox Add-on that displays your history visually. While you browse this add-on gathers additional meta data from the websites you visit; things like description, title, and images. When you review your history via the about:history
page you'll see more useful information than just the URL and page title normally provided.
-
git clone https://github.com/clarkbw/about-history.git
-
Make sure you have an updated copy of Firefox Nightly installed.
-
Make sure you have node (and subsequently npm) installed. Instructions for that are here.
-
Install jpm with
npm install -g jpm
. jpm is a node utility for developing browser add-ons. -
Install about-history's node dependencies by running
npm install
in theabout-history
clone that was created in step 1.
Then from your about-history
clone you can use jpm run -b nightly
.
Tests can be run using jpm test -b nightly -v