Less Talk, More Do Christopher Finke is a software engineer at Mahalo. He is available for birthday parties and bar mitzvahs.

Posts tagged with 'AutoAuth'

Four More Fennec Add-ons

Thursday, November 6th, 2008

Picture of a Fennec fox.
This is a Fennec fox.

I got some great feedback after I updated URL Fixer to be compatible with Fennec, Mozilla's mobile browser, and I'm happy to announce that I've been able to add Fennec compatibility to four more add-ons:

So far, I've found it pretty easy to port add-ons to Fennec, with the following caveats:

  • You can't install add-ons in Fennec by opening them from your computer; I wrote a script to copy the add-on directly into the Fennec profile, much like an add-on IV drip - straight into the bloodstream!
  • There's no easy access to the error console , but you can open it manually if you grab the address from Firefox.
  • No DOM Inspector. For now, just browse the source.

It seems that all of these issues could be solved with a "Fennec Add-on Development" extension; maybe that will be my next project, unless easier solutions already exist.

Translation Tuesday

Tuesday, July 17th, 2007

There are a number of extension updates available today simply due to new translations:

AutoAuth 1.1.1

  • French (fr-FR)
  • Dutch (nl-NL)
  • Spanish (es-ES)
  • Japanese (ja-JP)
  • Portuguese (pt-PT)

Feed Sidebar 1.1.1

  • German (de-DE)
  • French (fr-FR)
  • Dutch (nl-NL)
  • Italian (it-IT)
  • Japanese (ja-JP)
  • Russian (ru-RU)

RSS Ticker 1.9.1

  • French (fr-FR)

The updates can be downloaded from each add-on's respective homepage or via your browser's auto-update feature for extensions. Thank you to the translators at BabelZilla for all their hard work.

AutoAuth updated with suggestion feature

Wednesday, July 11th, 2007

I've updated the AutoAuth Firefox extension with a "suggestion" feature: if no username/password is saved for a site, AutoAuth will supply a menu of other usernames that you've saved for the site's other subdomains, along with an "Autofill" button to quickly use one of those suggestions to authenticate for the new subdomain.

AutoAuth Firefox extension

For example, if you are trying to access foo.bar.example.com and there is no username and password saved for it, AutoAuth will give you a list of usernames that you've saved for example.com and *.example.com (including *.*.example.com). Just select the username that you want to use for foo.bar.example.com and press hte "Autofill" button to fill in the form and submit it.

The newest version of AutoAuth can be installed from the AutoAuth homepage.

Extension Updates: Feed Sidebar and AutoAuth

Friday, May 11th, 2007

I've pushed out updates to two of my Firefox extensions: AutoAuth and Feed Sidebar (formerly Feedbar).

AutoAuth 1.0.1 includes a fix for a bug that was causing about:config dialogs for modifying values to close as soon as they were opened.

Feed Sidebar 1.0.1 brings the extension out of alpha, and it includes several new locales, a spiffy new toolbar, and general bug fixes.

Both extensions can be downloaded from their homepages (AutoAuth, Feed Sidebar), and AutoAuth can be downloaded from Mozilla Addons as well.

New browser extension: AutoAuth

Tuesday, May 8th, 2007

AutoAuth is an extension for Mozilla-based Web browsers that automatically submits HTTP authentication dialogs when you've chosen to have the browser save your login information. (If you've already told the browser what your username and password are, and you've told it to remember that username and password, why not just have it automatically submit it instead of asking you each time?)

The extension is pretty simple right now (very simple, actually), but I think it has the potential to become a very useful base for enhancing the HTTP authentication process in the browser. For example, a future feature might add the ability to specify login credentials for wildcard subdomains, so that once you've entered a password for foo.com, you don't have to manually re-enter that password for a.foo.com, b.foo.com, c.foo.com, if they all take the same username/password pair. Just tell AutoAuth the username and password to use for *.foo.com, and let it do the work.

You can install AutoAuth from the AutoAuth homepage. (AutoAuth is compatible with Firefox 1.5 and 2, Netscape Navigator 9, and Flock.)