A Jetpack: Firefox 'Restart' Menu Item

I wrote this Jetpack as another entry for the Jetpack 50-line Code Challenge, it is simply a 'Restart' menu item for Firefox's 'File' menu.

When I was trying to come up with ideas I starting thinking about replacing a number of Firefox extensions I currently use with a lightweight Jetpack. So I instantly thought about Quick Restart, by Juan Carlos Avila B, which I have used a lot in the past, but it had a bunch of extra data packaged with it that I didn't want such as localization (albeit I'm sure this is something others want), xul, css, and images files.

I've used Quick Restart for some time now, and still think it is a great addon, but I'm pleased to say that there is a Jetpack option available now.

Firefox 'Restart' Jetpack

About

This Jetpack is using source lifted from the Ubiquity Firefox extension's built-in 'restart' command.

Screen Shot

Screen shot of the 'Restart' menu item in Firefox's 'File' menu

How To Install

  1. Get Firefox here.
  2. Get Jetpack here
  3. Get the "Firefox 'Restart' Menu Item" Jetpack here

[More]

How To Run Multiple Firefox Profiles Simultaneously

Have you ever wanted to run multiple Firefox profiles at the same time? If so then this is a quick note on how I achieve this.

On Windows:

Start -> Run: "%ProgramFiles%\Mozilla Firefox\firefox.exe" -no-remote -profilemanager

On Mac:

In Terminal: /Applications/Firefox.app/Contents/MacOS/firefox-bin -no-remote -profilemanager &

This should all be done by default in my opinion.

Greasemonkey Command With Input String For Ubiquity 0.5

I have been working hard on this for the last week, trying to get a better version out by getting an update I did for Greasemonkey into the trunk (this will take a lot of time, and will be an improvement), but I am now pleased to release a version of the Greasemonkey Ubiquity Command (ready for Ubiquity 0.5) which will accept an input string.

What is it?

It is a Ubiquity command which allows you find and execute Greasemonkey menu commands.

How do you get it?

  1. Get Ubiquity 0.5 or greater.
  2. Get Greasemonkey.
  3. Get the Greasemonkey Ubiquity Command.
  4. Get a UserScript with a menu command, and that is it!

[More]

Same Google Analytics Cookies Less GA Fat

Most of those that use Google Analytics know about the GA cookie set, and the same is true for GWO users. I also think it is true that all of the aforementioned users know that http cookies are sent on every http request. So we should all know that the total burden of adding Google cookies to one of our web pages is a multiple of the number of the number of static components we have have on the page which will receive the Google cookies. The end result is that our user's experience is a slower one, energy is wasted, and useless data is sent over the wire. This is something I don't think many people have thought about this when they add GA to their site.

The way to resolve the problem mentioned above is to setup a cookie free domain for your site's static components. If you take a look at erikvold.com's source for example, then you will see that I have transferred the css, js, and most images to static.evold.ca.

© Erik Vold 2007-2012. Contact Erik Vold. Top ^