Tag: Mozilla

  • Fixing the Feeling Lucky extension for FF 2.0

    Brad Kowalczyk’s Feeling Lucky extension…

    “Performs Google’s ‘I’m Feeling Lucky’ search with any selected text and opens the result in new a tab.

    This is the first ever Firefox extension that I’ve created. I found myself selecting, copying, pasting text into the location bar to do an ‘I’m Feeling Lucky’ search all too often so I figured I should make an extension to make it just a little simpler.

    Simply select some text and either hit ‘Enter’ or right-click it and select ‘Feeling Lucky’ The web page of the first Google search result for that text will open in a new tab.”

    Mozilla

    I felt I needed this, but it wasn’t FF 2.0 compatible, so I fixed it. Apparently, the only thing needed for that was replacing a call to gContextMenu.searchSelected() in feelingLucky.xul with a call to getBrowserSelection(). In addition to that, the em:maxVersion in install.rdf needs to be set for 2.0, naturally.

    I’ve packed one fixed version of this, but I haven’t tested it (too lazy). Try it at your own risk.

  • Thunderbird 1.5.0.8 Released

    Here’s what’s new in Thunderbird 1.5.0.8:

    The Rumbling Edge has a more detailed list of notable bug fixes.”

    Mozilla via Juha

  • Adobe and Mozilla Foundation to Open Source Flash Player Scripting Engine

    [Adobe and the Mozilla Foundation] today announced that Adobe has contributed source code for the ActionScript™ Virtual Machine, the powerful standards-based scripting language engine in Adobe® Flash® Player, to the Mozilla Foundation. Mozilla will host a new open source project, called Tamarin, to accelerate the development of this standards-based approach for creating rich and engaging Web applications.

    Mozilla

  • Filterset.G down

    On October 31st, my hosting provider blocked my account because they thought I was under a DDOS attack (the shared server’s performance was being affected). What they were seeing, however, was the success of [Adblock Filterset.G Updater Add-On for Firefox], which I hosted through them here at pierceive.com. […] I finally convinced them to unblock my domain on November 3rd, but the /filtersetg/ folder remains blocked to keep the server from crashing again. […] They now recommend I find a dedicated server or server cluster.

    pierceive.com via Juha

  • Firefox add-ons (extensions) for Google definitions and translation

    A lot of times you do things the hard way, and thankfully not know it. I use Google definitions a lot, and have always done so by using copy and paste, or even by typing the words in manually. It struck me just now that this procedure would be so much easier with a proper add-on for Firefox; what if I could, after having painted the text I would normally then copy and paste into Google, just point and right-click it, and have the definition pop up there for me?

    Doesn’t sound too complex, and sure enough, there already are extensions to do just that. The first one I tried was simply called Define. What it doesn’t do is give me the definition in the right-click menu, but instead gives me a shortcut item there for popping up the definition in a new tab.

    Define Firefoxin kontekstivalikossa

    Now that is just fine, but even that seems a bit too complicated to me now that I’ve got it in my head that the definition could be given to me right there, in the context of the word itself.

    Enter Inline Google Definitions. With this little add-on, you get another item in the context menu (see the picture above), and by selecting it you get a nice little (JavaScript) pop-up window right by the highlighted term. After reading the definition you can close the pop-up or, if you wish, go see the actual Google definitions page the pop-up got its data from. Very nice!

    Inline Google Definitions näyttää määritelmää

    When I began searching for the add-ons for Google definitions, I initially mistook gTranslate as one of them. It doesn’t do definitions, however, but instead translates (duh!) the highlighted text using one of selected dictionaries.

    Gtranslate Firefoxin kontekstivalikossa

    Although this wasn’t what I had in mind, I think gTranslate’s pretty useful too, so I’ve left it in my extensions for now. I do wish it did try the different dictionaries by itself until it would find a match, so that you wouldn’t have to choose the dictionary each time your source material uses a different language.

    Though, I don’t know if that would slow the right-click menu down too much and also, you might want to keep one selected language constant while using a single source, as the same word may be found in different languages. But a Select First Match option in the dictionaries list would solve this.

    (The page I was reading and used in the screenshots above was a review for La planète blanche (The White Planet) at europeanfilms.net.)

  • Firefox 2.0 Vulnerable

    Mozilla Firefox is prone to a remote memory-corruption vulnerability. […] Attackers may likely exploit this issue to execute arbitrary machine code in the context of the vulnerable application, but this has not been confirmed.

    SecurityFocus via /.

  • RefControl (for Firefox): Control HTTP Referer on a per-site basis

    Control what gets sent as the HTTP Referer on a per-site basis. You create a list of sites, and the referrer that should be sent for each site. You can choose to send that referrer unconditionally or only for third-party requests.

    Mozilla

    I use it to get rid of goatse pictures thrown in my face when clicking on links pointing to certain sites from 3rd party link lists.

    RefControl Site Properties

  • Firefox 2.0, Find As You Type and Next (and other missing buttons)

    My testing with Firefox 2.0 RC2 turned out yet another feature I need to tweak to make it work the way I want: Find As You Type now brings up a stripped-down (featureless) quick search instead of the normal search with clickable buttons. IMO this sucks ass. So here’s a fix:

    A quicker and easier hack than the one I posted below […] can be done by editing your userChrome.css and adding

    /* Use the old-style / and ' QuickFind Bar instead of the featureless QF found in FF2.0 */
    #FindToolbar > * {display:-moz-box}

    RenegadeX@MozillaZine Forums

  • Firefox 2.0 RC 2 and extensions

    The implementing of my regular extensions into Firefox 2.0 seems to have gone beyond just TabX: there’s no more need for Session Manager or undoclosetab either.

    Looks like SwitchProxy no longer works, but FoxyProxy promises to do so, and also offer more features than SwitchProxy or in fact any other such extensions. Paste And Go has been superseded by Paste And Go 2. Greasemonkey‘s said to be compatible with only up to 2.0b1 for now.

    For a while, I thought the tab closing ‘x’ button was only available on the active tab, but then I discovered browser.tabs.closeButtons, and was confused, as it was set to ‘1’ as it should be in order to Display close buttons on all tabs and not just the active one. I then discovered browser.tabs.disableBackgroundClose, which my about:config didn’t have, and set it to false, just to be sure. No effect.

    The reason behind the vanished closer buttons turned out to be browser.tabs.tabClipWidth. TabX had no such value, so that the closers were always visible. I decreased the default value of 140 down to 70 for starters, but I might have to set it down all the way to zero to retain the feel of TabX.

  • Session management in Firefox

    I’ve only just discovered that SessionSaver is considered one of the problematic extensions of Firefox, and the list recommends replacing it with Session Manager. Hopefully this’ll also solve the issue of half-eaten posts with WordPress, which I’ve also linked to SessionSaver.

    I wonder if the session recovery feature mentioned in Release notes for Firefox 2.0 (which at this point is still only a Release Candidate 2) is based on either of these, or whether it is an independent implementation.

    Actually, I think I’m going to install RC2 right now.