Posts Tagged ‘firefox’
At $work we are in the process of migrating to Google Apps. Of course I am an early adopter to work out bugs and be a resource for others as they make the migration. One of the issues identified is mailto links pointing to google apps. Its not hard to make the change in firefox.
First you need to set gecko.handlerService.allowRegisterFromDifferentHost to true in about:config (type about:config into your address bar).
Then login to your Google Apps account and paste the following into your address bar.
javascript:window.navigator.registerProtocolHandler("mailto","https://mail.google.com/a/example.com/mail/?extsrc=mailto&url=%s","Example Google Apps")
Just be sure to swap out example.com with your domain, and Example with your company.
So I noticed my places.sqlite has grown to over 80M. Since Firefox 3 thats where things like bookmarks are stored. I guess favicons are stored in that same database. At any rate I am very tab happy. I have to control myself and about once every 2 weeks or so I have to sit down and close out a bunch of tabs. Its not uncommon for me to have 90ish tabs open. Boy firefox gets sluggish. Anyway you can perform a bit of maintenance on your firefox databases. I saw a significant speed improvement when opening firefox as well as opening new tabs after doing this. You have to close all firefox instances that are using the profile and it might be a good idea to just backup your profile before you do this but its pretty safe.
Note: this command will just do it for every profile you have.
for i in ~/.mozilla/firefox/*/*.sqlite; do sqlite3 $i VACUUM;done;
Identica
Twitter
LinkedIn