dvogel / AardvarkDuex

The original Aardvark bookmarklet ported to a Firefox web extension.
https://addons.mozilla.org/en-US/firefox/addon/aardvark-duex
BSD 3-Clause "New" or "Revised" License
8 stars 1 forks source link

Aardvark Duex

Aardvark Logo

Background

In 2005 Rob Brown published the original Aardvark bookmarklet. It pushed the possibilities of the browser experience. In 2005, when IE6 still ruled the web:

I came to rely on the bookmarklet a lot. Here's a sample of the uses I've found for it:

Why an Extension?

The bookmarklet model was always a little awkward. It was relying on a somewhat obscure quirk of the way browsers treat URLs and bookmarks. You can see in old captures of the bookmarklet website there used to be a Firefox extension. This allowed faster loading of the bookmarklet by hosting the code inside the extension, rather than a remote website. The original extension was discontinued due to maintenance issues. This is my attempt to revive the extension, thus the name Aardvark Duex.

In addition to faster code loading, the extension suits the current browser reality a little better today. Browser extensions have changed a lot since the first extension was published and then discontinued. Security restrictions on mixed content (which are good) have undercut the bookmarklet model. Eschewing obscure technologies like XUL in favor of defined browser UI models has reduced the maintenance burden.

Licensing

This extension is available under the BSD 3-clause license, with the original code (slightly modified) relicensed with the author's permission. A big thanks for Rob Brown for writing such an inspiring bookmarklet and for his generosity in allowing me to repurpose the code for this extension.