Showing posts with label extension. Show all posts
Showing posts with label extension. Show all posts

13 March 2009

Firefox 3 - disable extension compatibility check

Missing your favorite extension in firefox 3 ?! - In a post last year I wrote about the nightly tester tool which can be used for overriding extension compability check.

Nightly tester tool overwrite compatibility check extension by extension, if you want to skip compatibility for all extension in Firefox3 it's possible to switch of the compatibility check entirely:

  1. Type “about:config” in the Firefox address bar
    Note: “about:config” shows configuration variable for Firefox
  2. By-pass the warning screen
    Note: no complaining if altered settings gives you trouble !
  3. In the area with list of settings variable, right click anywhere and choose New + Boolean in the pop-up
    Note: We want to define a new variable
  4. Name the New Boolean “extensions.checkCompatibility” and press enter
  5. Choose “false” as the value
    Note: Tells Firefox to ignore extension compatibility check
  6. Restart Firefox
Warning: Only use the above overwrite to enable compatibility to Firefox 3 plugins.

Don't do this with Firefox 2.x plugins unless you know how to clean up any mess you might encounter. Many of of the older Firefox 2 plugins will mess up your Firefox 3 !

BonusInfo:
Mozilla knowledgebase links

Extensions.checkCompatibility
Extensions.checkUpdateSecurity




Liked this post ?! - check out other post about extensions



23 March 2008

Deactivate extension compatibility check in Firefox3

A lot of extension gets disabled in Firefox3 as they do not specify version 3 as a supported version.

The Nightly Tester Tools allows you to overwrite the compatibility check in firefox 3, providing the ability to deactive compatibility checking for any firefox extension currently disabled.

The 'make compatible' option forces any disabled extension reactivated with next reload of firefox.

Handy until all your extension are upgraded, which in many cases may be as little as the extension needs to specify firefox3 (beta x) as supported.

Warning - not all extension will work properly, e.g. google toolbar seriously breached Firefox3 for me - I were unable to start Firefox3 after failed install of google toolbar.

In case of serious problems with an extension in Firefox3 (read; unable to start firefox3)

Start Firefox2, deactivate/uninstall the extension causing problems and you can switch back to Firefox3.



Update march 2009 - read how to disable extension compatibility check entirely in Firefox 3


Liked this post ?! - check out other post about extensions

16 February 2008

Feng Shui for Gmail (better icons for Gmail)

Updating my greasemonkeyscripts I stumbled over Gmail v2 Tango 0.1

This little script updates Gmail standard Icons with icons from the Tango desktop project - which I coincidently found recently looking for real tango sites (the dance editions !)

Anyway, I like this

Gmail with tango icons

much more than this

Gmail standard icons

Though room for improvement in the tango iconset; The textcolor icon could be better - the visual hints not too obvious, I think the swatch style type works better as lot of people will be familiar with the visual from picking a colour from a colorpicker.

The link icon also a bit unclear, the globe fills visually so you need to zoom your attention to the upper left part, and then you think - aha links ....

After reflection; a real google iconset - no fancy bell and whistles, but they get the jobs done - easy and simple with a high degree of recognition factors included.
Still, the tango set gives Gmail a more web 2.0 look and feel.



If you liked this article you might want to check out

other articles about Gmail

other articles about extensions


Floating signature in Gmail V2

Note; back on blogger (been busy with another site)

Google updated the gmail code some time ago and unfortunately that meant a lot of scripts broke, including my favorite GTD-plugin GTDinbox with no upgrade to version 2 of Gmail code yet. (Update: GTDinbox available in Beta for version2 of Gmail)

I did find a replacement for the floating-sig script which moved the Gmail signature from bottom of mail to below your answer - Gmail HTML signatures, works event better than the old floating signature script I used.

  • Works for Compose Mail, Reply, and Forward
  • Support for single or multiple email addresses
  • Create a different signature for each email address you use in your gmail account
  • Signature automatically inserted into message above quoted text
  • Signature is automatically replaced when you change the address you are sending from
After been inspired by this blogentry about slick looking signature I'm in sig-heaven with a new fancy floating signature in version 2 of Gmail, soon.



If you liked this article you might want to check out

other articles about Gmail

other articles about extensions


01 August 2007

Speed up your web pages with YSlow

Found Yslow via Yahoo developer network;

YSlow analyzes web pages and tells you why they're slow based on the rules for high performance web sites. YSlow is a Firefox add-on integrated with the popular Firebug web development tool. YSlow gives you:



  • Performance report card
  • HTTP/HTML summary
  • List of components in the page
  • Tools including JSLint
Yslow takes the guessing out of the performance equation, help you optimize the overall performance for your website and reduce page load time.