First Mention is a browser extension and bookmarklet that quickly shows you the sentence in which a name first appeared in the article you’re reading.
See the website for more info and installation instructions.
To build from source:
git clone --recursive https://github.com/dstillman/first-mention
cd first-mention
npm install
./build -p b -d
This will produce debug builds for Chrome and Firefox in dist/
. Run ./build
for other options.
If you have grunt installed, you can run grunt watch
to automatically rebuild the extension (and, on macOS, reload it in Chrome) when you change a file.
npm test
You can pass options to mocha after --
(e.g., npm test -- -b
to bail on error).
First Mention is released under the GPLv3. Pull requests welcome!