Overlaying Firefox's new Addon Manager

Posted by Erik Vold on Stack Overflow See other posts from Stack Overflow or by Erik Vold
Published on 2010-05-12T18:36:20Z Indexed on 2010/05/13 8:34 UTC
Read the original article Hit count: 898

I'm trying to create a conditional overlay for firefox's new addon manager in minefield 3.7 (aka firefox 3.7)

I'm trying the following:

overlay    chrome://mozapps/content/extensions/extensions.xul chrome://greasemonkey/content/addons.xul application={ec8030f7-c20a-464f-9b0e-13a3a9e97384} appversion<3.7
overlay    chrome://mozapps/content/extensions/extensions.xul chrome://greasemonkey/content/addonstab.xul application={ec8030f7-c20a-464f-9b0e-13a3a9e97384} appversion>=3.7

And this works for firefox 3.6, but it does not work minefield.. y?

Edit: even the following doesn't appear to work in minefield, but does in FF 3.6 (I just made the overlay add a blank css file, an dI can find the css file included in FF 3.6 but not Minefield):

overlay    chrome://mozapps/content/extensions/extensions.xul chrome://greasemonkey/content/addonstab.xul

© Stack Overflow or respective owner

Related posts about firefox

Related posts about firefox-addon