A Firefox extension that highlights links if they're already open in another browser tab.
Inspired by the painful experience of browsing job postings on sites that scroll to the top of the page when you load more entries.
Enabled on whitelisted sites by default, can be changed to all/whitelist/blacklist.
Adds an entry to right-click context menu to whitelist/blacklist/de-list current site.
Personally I use Zen and Windows, if you're on a different OS/browser your build/installation steps may vary.
- Install dependencies, compile TS into
/dist, package the addon into an.xpifile.
npm install
npm run build
npm run package- Open
about:configin Zen - Set
xpinstall.signatures.requiredtofalse. The file is not signed and Zen will not let you install it otherwise - Open
about:addons - Click the cogwheel icon > Install add-on from file
- Select the
open-tab-highlighter.xpifile inside thedist/folder