Slashdot Mirror


Exploring Firefox Extensions

Gary writes "If you haven't made the switch to Mozilla Firefox it may be because you aren't aware of the great benefits Firefox has over IE. Flexbeta has posted a nice HOWTO guide on Firefox extensions; my favorite is the Target Alert extension which displays a small graphic next to links that are not web pages. For example a mailto: link will display a small envelope, a link to a PDF file will display a small Adobe icon, etc."

50 of 484 comments (clear)

  1. Yet more good reasons to switch from IE by Slashbot+Hive-Mind · · Score: 5, Informative

    FireFox features I can't live without:

    1. Middle click to open link in new window/tab
    2. Find as you type
    3. Themes/Skins/Chromes
    4. Customizable toolbars
    5. Plugins that allow me to put just about anything on the toolbars
    6. Great development tools - javascript console, venkman debugger, live-headers plugin

    All that boils down to:

    1. Easier to use
    2. Easier to customize
    3. Broader advanced feature set

    --

    --
    We are the collective Slashbot HiveMind
    1. Re:Yet more good reasons to switch from IE by qshapadooy · · Score: 5, Informative

      about:config

      Preference Name: image.animation_mode
      Value: once

    2. Re:Yet more good reasons to switch from IE by LiquidCoooled · · Score: 3, Interesting

      Doh! Of course it would be there!

      Extremely straightforward and easy to find and understand!

      Theres me thinking it would be on the Options/Web Features dialog in the "Load images" area.

      Sorry for being sarcastic, and I do thank you muchly for the info, it has been something thats bugged me from day one.
      I just don't think a novice user could handle changing that.
      I wonder what other gems are lurking in the depths of the config area, I shall investigate later...

      --
      liqbase :: faster than paper
    3. Re:Yet more good reasons to switch from IE by Anml4ixoye · · Score: 4, Interesting
      Someone should really change the code of this feature because it doesn't work with javascript links (you get a blank page when you middle-click on this kind of link)

      Unfortunately there is no way to know what to change it to so it can be "fixed." Such a wide variety of actions could occur during onClick that it would be very difficult to parse that out and do the right action.

      For example, I have used javascript in an href to do the following:

      • Open a new window
      • Open a new window to a specific width and height
      • Change the location of the current page
      • Change the source of an image on the page
      • Interact with a Flash movie
      • Interact with form elements on screen

      And even with the location and window opens, sometimes it is done with the simple

      javascript:window.open()
      and sometimes through a function.
    4. Re:Yet more good reasons to switch from IE by otisg · · Score: 3, Interesting

      To add one more concrete example of a great development tool that I regularly use for development of web apps:

      Web Developer Extension. This tool makes working with forms, CSS, images, etc. really really easy. I have been using 'View Source' or 'View Selection Source' much less often since I got this extension.

      Similarly, I like to be able to search various online resources directly from my browser. To full-text search my bookmarks stored in Simpy I use browser search plugin.

      In addition to that, you can get a number of other useful search plugins over at Mycroft (I keep typing Mycrosft - how bad is that!)

      --
      Simpy
    5. Re:Yet more good reasons to switch from IE by LiquidCoooled · · Score: 3, Insightful

      Just because something moves to v1.0 does it magically become stable, feature rich, simple and user friendly?

      Anyway, I must be confused.
      Internet explorer is dire, so thousands of geeks start running wildly in the Firefox direction, shouting from the rooftops about this alternative, only to discover now that Threni says we shouldn't use it.

      On the mozilla site itself, they say it can be used as a primary browser, but don't rely on it for mission critical stuff.

      No software is ever complete.
      Every piece of software has problems, bugs and niggles, I asked a group of people who were likely to know the answer :)

      --
      liqbase :: faster than paper
    6. Re:Yet more good reasons to switch from IE by lucas+teh+geek · · Score: 3, Insightful

      >I just don't think a novice user could handle changing that.
      I just don't think it would occur to a novice user that its something they could change. heck, most novice users dont even know how to change their homepage unless a website pops up and asks to do it for them

      --
      TIAEAE!
    7. Re:Yet more good reasons to switch from IE by jazman · · Score: 3, Interesting

      * Open a new window
      - with contents referenceable by a URL, presumably

      * Open a new window to a specific width and height
      - which must also contain something pointable to via some sort of URL

      * Change the location of the current page
      - to something involving a URL at some point, perhaps?

      * Change the source of an image on the page
      - that image could be displayed in another window via a URL

      * Interact with a Flash movie
      - which might be referenceable via a URL

      * Interact with form elements on screen
      - OK, probably no relevant URL for this.

      So Firefox /could/ attempt to do something sensible in the majority of cases. Or at least pop up a message saying it can't figure out what to do (maybe presenting a few options?).

      Your point that a general solution is impossible is accepted; however, simply opening a new tab with nothing in it and no indication to the user that what they /expected/ isn't going to happen is IMHO something that could be improved with just a small amount of thought.

      Even just a warning would stop me, for example, browsing through interesting adverts in Loot.com, "Open In New Tab"-ing on all the interesting ones, then looking at the tabs to see nothing but (untitled) (untitled) (untitled) (untitled) which is damn annoying.

      And the behaviour of Wanadoo's email page to a control-click is just bizarre - you get the mail you clicked on in the current window, and the mailbox in the new window. It's probably quite clever how they managed to engineer exactly the opposite behaviour of what is expected.

    8. Re:Yet more good reasons to switch from IE by Linknoid · · Score: 5, Interesting

      Simple and consistent solution: The user middle clicking on any element is doing so because they desire whatever action they clicked on to occur in a new tab. The solution is to make an exact replica of the current page and its state in a new tab, and then act as if the button had been pushed on the replica page instead. Sure, there will be things that don't work right with it, but I think most of the time that will give the correct behavior. Oh, and open in new tab should work with buttons too, not just links.

    9. Re:Yet more good reasons to switch from IE by Threni · · Score: 4, Insightful

      > Just because something moves to v1.0 does it magically become stable, feature
      > rich, simple and user friendly?

      No - rather, it won't be released at v1.0 or above until it IS stable and more user friendly.

    10. Re:Yet more good reasons to switch from IE by LiquidCoooled · · Score: 3, Insightful

      I think we're all gettin our knickers in a twist. I read all the comments here, and your right in a way about beta software, but firefox is essentially feature rich and practically complete.

      Us geeks have been heralding Firefox as the second coming and telling everyone we can to download and use it. Your the first person I have seen that has actually put into words that maybe we shouldn't be saying this.

      To me, the version number is irrelivent, I will use any software and gladly recommend the stuff that does the required job.

      Firefox fulfills its job with flying colors, but such is life that nothing is absolutely perfect (my original config niggle).

      I would rather a novice used this almost finished piece of software than carry on polluting the web with an insecure browser.

      --
      liqbase :: faster than paper
    11. Re:Yet more good reasons to switch from IE by TMOLI+42 · · Score: 3, Informative

      "Flashblock is an extension for the Mozilla and Firebird browsers that takes a pessemistic approach to dealing with Macromedia Flash content on a webpage and blocks ALL Flash content from loading. It then leaves a placeholder on the page that allows you to click to view the Flash content." - flashblock.mozdev.org

      Works well for me but read the notes on the Installation page about known bugs. When you mouse over the blocked flash movies my cpu still shoots up a little, but not nearly as much as without this extention.

  2. Re:names by Quo_R · · Score: 3, Funny

    Dude, 2003 called, they want their joke back.

  3. Tabs by frankthechicken · · Score: 4, Informative

    Tabbrowser extensions, to get the tabs reacting the way I want(i.e everything in the same browser window, middle mouse click on the tabbar opens an accidently closed tab).

    And for browsing Slashdot, this kind of helps.

  4. my most used extension ever... by huphtur · · Score: 5, Informative

    ...has to be Web Developer.
    A MUST for every webnerd.
    It even lets you edit CSS live on the web.

  5. adblock by seanismdotcom · · Score: 5, Informative

    adblock is one of the greatest extensions I must say. Adblock along with the following filter block 98% of ads..

    [Adblock] /[\W\d][Aa]d(server|s|remote)?[\W\d]/ /[\W\d][Bb]anner(s|id\=)?[\W\d]/ /[\W\d][Ss]ponsors?[\W\d]/ /amazon\.com.*\W(promotions|marketing|merchants|st ores|associates)\W/ /yimg\.com.*\W(a|flash)\W/

    1. Re:adblock by glpierce · · Score: 3, Informative

      Text in Regular Expressions isn't case-dependent in Adblock - you only need "a" insted of "[Aa]".

      --
      G
  6. The best thing is not that it has extensions by Gopal.V · · Score: 4, Interesting

    The best thing I like about firefox is not that it has extensions , but that the extensions are done up in Javascript and XUL (most of them are). I can safely install most of these because I just take a peek at the code (*tinfoil hat*) to make sure there are no obvious backdoors in it.

    Thankfully most extensions are done up cleanly , so it's easy to understand that there is no "crazy" code or backdoors hidden.

    Lastly they run the same (almost) everywhere :)

  7. Here's one benefit... by proxy2 · · Score: 5, Funny

    Firefox is the ultimate porn browser !

  8. Adblock by strider44 · · Score: 5, Informative

    As extensions go, nothing beats adblock.

  9. Compact Menu Extension by xaoslaad · · Score: 3, Interesting

    The thing that has kept me away from Firefox and Mozilla is that each has very large menu bars when compared to IE. You have the Standard Menu bar, the back/forward/stop/etc bar, the address bar; it all adds up.

    With IE you could always throw them all up on one line with small icons and it took up very little space at the top of your window when you have the browser minimized.

    The Compact Menu extension for Firefox allows me to setup the menu bar very similarly; then just use a small icon theme and boom I have almost the same effect.

    Now that I can see the screen the way I want I have to admit firefox is indeed a very nice browser.

  10. I haven't switched...my reasons are... by bogaboga · · Score: 4, Insightful
    I haven't switched [from Konqueror], and will not switch anytime soon because I find that: -

    1: Mozilla Firefox had terrible fonts on Linux. I know there is the possibility of using one compiled with xft. But where is it? Whenever a new release is announced, the version producing those bad fonts is what I find.

    2: I find that it is slower than Konqueror on most sites. My only use of Mozilla Firefox is on Gmail. I wonder why Google will not support Konqueror yet.

    3: Firefox keeps some important passwords long after I have logged out of my online baking site. It is not the problem of the site but Firefox. I have confirmed this.

    Please note that I am no expert in these matters. I just download stuff and use it as such.

    Cb..

    1. Re:I haven't switched...my reasons are... by The+Grassy+Knoll · · Score: 5, Funny

      >my online baking site

      Doh! (nut)

      .

      --
      They will never know the simple pleasure of a monkey knife fight
    2. Re:I haven't switched...my reasons are... by Nimey · · Score: 4, Informative
      Mozilla Firefox had terrible fonts on Linux. I know there is the possibility of using one compiled with xft. But where is it? Whenever a new release is announced, the version producing those bad fonts is what I find.
      You'll want the version that's built with GTK2, here.
      --
      Hail Eris, full of mischief...

      E pluribus sanguinem
  11. Re:Switch tabs ? by qshapadooy · · Score: 3, Informative

    You were so close. Control+[1-9] goes to tab 1-9.

    Then there's always Control+Tab/Shift Tab or Control+PageUp/Down to go to next/previous tabs.

  12. Wikalong by phUnBalanced · · Score: 5, Informative
    A little blatant self promotion. (I apologize)

    I've written up a little extension called Wikalong.

    Basically, it puts a wiki in your sidebar, that is indexed off the current page you are viewing. The wiki is online so anyone using the plugin, that visits a page you make notes on will see your notes, and vice versa.

    It doesn't work perfectly yet, but I'm hoping to attract some smarter people than I to help get it straightened out.

    More details on the site I linked above.

  13. Builti-in features vs Extensions by cloudless.net · · Score: 4, Insightful

    I am quite interested in how the Mozilla team decide what goes into the browser, and what should be left as an extension. Many built-in features of Firefox can actually made made as an extension instead, which could make the browser more lightweight and start up faster. Yes it would require the user to download more extensions, and I think it could be solved by providing extension packs with several useful extensions put into one easy-to-install package.

  14. Wanted Extension: by tratten · · Score: 5, Funny

    'Apply new extension without Firefox restart'-Extension

  15. Re:Why people cling to IE by SimplePaul · · Score: 3, Informative

    1. Right-click on an image
    2. Select 'Copy Image'
    3. Paste into mspaint, Photoshop, etc.

    This works fine in FireFox 0.9.3

  16. Some useful links by t7 · · Score: 5, Informative

    Texturizer.net has a nice collection of extensions you may not find on mozilla's dev site.

    Some extensions I'm currently using:
    Flat Bookmark Editing
    Add Bookmark Here
    CuteMenus
    Paste and Go
    Gmail Notifier(Still works)

    Free iPods? Sure. freeipods.com

  17. Nuke Anything by Anonymous Coward · · Score: 5, Interesting

    Nuke Anything is a favorite of mine. Right click an image, table, or even a frame, select "Remove this object" and it's zapped from the page layout. Quite useful for removing images or overly large margins.

  18. Flashblock by Artichoke · · Score: 4, Informative

    Flashblock replaces Macromedia Flash animations with a button you have to click to download and run the animation. Most uses of Flash are abominations to me; I like to choose when to consume it.

    Gripe wrt Macromedia: a couple of days back I installed the latest and greatest Flash player from Macromedia on my WinXP box and it uninstalled Flashblock for me.

    Better yet: it also prevents subsequent (re-)installation of Flashblock.

    Solution: download Flaskblock.xpi, unzip it, mod so that it installs under a nom de guerre, rezip and install.

    Anybody at Macromedia, if you're listening: STOP BEING NAUGHTY.

    --
    __
    Arse
    1. Re:Flashblock by fishdan · · Score: 4, Informative
      Yea, I must agree -- macromedia employs the same tactics as most spyware companies to install stuff without your permission, and with the same excuses. I've stopped allowing Flash on our 300 workstation computers here, and I've banned Flash from the sites we host until I can see Macromedia showing higher level of ethical programming -- namely, I should not need an extension to selectively disable flash.

      I talked to a Flash evangelist about this, and he essentially told me " our real business is showing you ads that you cannot avoid. "

      --
      Nothing great was ever achieved without enthusiasm
    2. Re:Flashblock by base3 · · Score: 3, Interesting

      Is that uninstallation addressed in the EULA (which I know no one reads) or is Macromedia engaging in violation of computer fraud and abuse statutes?

      --
      One CPU cycle wasted on digital restrictions management is ONE TOO MANY.
  19. Re:adblock I have a question .... by jdkane · · Score: 3, Interesting
    Advertisers seem to be finding a way around AdBlock by using those floating DHTML ads that fly across your screen and land in the middle of the screen and block the story you're trying to read. (Wow, that's annoying).

    Does anyone know of a way to stop this kind of advertising besides turning off JavaScript in the browser?
    Are there any Firefox extensions in place that can recognize these types of adverts and squash them? There are often enough DHTML layes in a page these days that I assume it's hard to tell the difference between one meant for advertising and another meant to hold helpful content to support the page.

  20. Ssshhhhhhh. (Have you tried AdBlock?) by ubiquitin · · Score: 4, Informative

    Pssssst. What really revolutionized my browsing and will make it very hard for me to switch away from FireFox is AdBlock. Right-click on any image, flash animation, or iframe, and you can permanently add it to a block list. (Sshhhhh Don't tell anyone, but I don't see ads on slashdot, CNN, NYTimes, or any of my favorite periodicals any more.) If there was a way to keep a centralized list of blocked sites or an easy way to import and export the lists, then you'd have a real-time distributed content-blocking system.

    --
    http://tinyurl.com/4ny52
  21. My extensions by Sunspire · · Score: 5, Informative

    Here's some extensions I like that I haven't seen mentioned yet:

    Magpie. Those who've used FlashGet with IE will love this little thing. It'll snatch all the files pointed to by links from a page according to some pattern, for example *jpg, and save them to disk or open them up as tabs. Great for collecting "nature pictures".

    Firefox's bookmark dialog's "Create in" feature pisses me off. It never, ever, has the folders you need in it's puny little drop down. OpenBook removes it and replaces it with the full bookmarks folder tree.

    You can reorder tabs with MiniT using simple drag and drop on the tab bar. I think this should maybe be added to Firefox itself, it's pretty basic functionality.

    --
    It's like deja vu all over again.
  22. Warning Parent link is to Goat.sec! and Scat pic! by spineboy · · Score: 3, Informative

    just a warning, if you look at it wash your eyes with gasoline.

    --
    ..........FULL STOP.
  23. Re:adblock I have a question .... by ticklemeozmo · · Score: 3, Informative

    Advertisers seem to be finding a way around AdBlock by using those floating DHTML ads that fly across your screen and land in the middle of the screen and block the story you're trying to read. (Wow, that's annoying).
    Does anyone know of a way to stop this kind of advertising besides turning off JavaScript in the browser?


    You can block the individual JS files that load. Try blocking http://www.tek-tips.com/jsource.js

    --
    When modding "Informative", please make sure it both has a source and IS actually informative.
  24. Re:Why people cling to IE by wagemonkey · · Score: 4, Informative
    I introduced my step-daughter's girl friend to Firefox when she was complaining about all the pop-ups in IE, but after about 5 minutes she switched back to IE. The only reason: In IE you can copy an image to the clip buffer and paste it into Photoshop or some other graphic program (she was grabbing pictures to make her Livejournal icons), but in Firefox (and Mozilla) you have to save the image and then open it in Photoshop as an extra step. Evidently managing all those little files was more effort to her than dismissing all the popups.
    Here is an extension to let her do that too.
  25. Macromedia goes onto the NEVER AGAIN list by obtuse · · Score: 4, Insightful

    Uninstalling user-installed software? That's unforgivable. Too bad. I used to think Flash was annoying. I guess it's not just flash that sucks, but all of Macromedia.

    Here's a rule of thumb: How much can you afford to annoy your customers? That's exactly how much flash you want to inflict on visitors to your site.

    What proportion of people sit through a flash movie, versus the number who click "skip intro?" I've asked that question a lot, and never gotten an answer. Web developers aren't tracking it. They aren't about to point out that an expensive feature only drives customers away. Nobody is actually looking at those statistics. These irritating time wasters are just put up without any concern for whether they are an asset or a liability.

    Only a few people are so dumb that they are impressed with an online movie that they didn't choose to watch. "Ooh! Looky! Stuff on the screen is MOVING!" Maybe those people are the ideal targets for marketing.

    --
    Assembly is the reverse of disassembly.
  26. BugMeNot by Takkuri · · Score: 5, Informative

    I'm surprised no one's mentioned BugMeNot yet. It connects to a database of usernames and passwords, allowing you to log in as the public BugMeNot account.

    This is especially useful for a one-time posting on a site, or to read members-only newspapers and things like IGN Insider.

  27. extensions and upgrades by harlows_monkeys · · Score: 3, Informative
    One thing to be careful with...Firefox doesn't handle upgrades well when you have extensions. For example, if you had the Flash blocker (which makes it so you have to explicitly click to play Flash) installed in 0.8x, and upgraded to 0.9x, and let it import your settings, it also imports whatever it is that tells it that Flash is handled by that extension. But you no longer have that extension, so you simply cannot see Flash.

    And since you don't have that externsion...you can't conveniently uninstall it to restore Flash, and since that externsion wasn't available for 0.9x you could not reinstall it (it may have since become available). What you had to do was poke around in Firefox's files and figure out what to delete to remove the extension. Yuck!

    So, before doing a major upgrade, uninstall all extensions.

    1. Re:extensions and upgrades by typhoonius · · Score: 3, Informative

      it also imports whatever it is that tells it that Flash is handled by that extension

      That'd be userChrome.css, in the chrome directory of your profile directory. Just remove it.

      The Weatherfox extension is pretty neat. It shows you your local weather in your status bar. I showed it to my sister so she wouldn't have to use crappy programs like WeatherBug.

  28. Re:MOD DOWN PARENT - RACIST TROLL by Mant · · Score: 4, Insightful

    Getting way off topic here but...

    You never, ever use a racial slur, even just to repeat the words of others.

    You may never, but the rest of the world is generally aware of something called "context". If the poster was using it as an insult, it would be bad. They weren't though.

    Tell me, do you get offended when one black person calls another "nigger" not as an insult? Or even themselves? Or if someone repeated such a conversation to you? It is quite common for minority groups to take insulting terms and reclaim them.

    The poster could have used asterisks or put N-word, but it was horrible to use the word itself!

    Surely it is the concept of slavery and discrimination that is horrible, not the word in a context of a non-insult? If someone wrote "n****r", from context your brain is just going to subsitiute "nigger" anyway. Asteriks and euphamisms are pointless, either you completely obscure what you are trying to say, so why say it, or everyone know what you are saying, so why hide it?

    If you are really that easily offended (and not just trolling as I suspect) then I suggest you avoid Slashdot, and webforums in general, and definately stay clear of usenet.

  29. Are you sure about that? by bogie · · Score: 3, Interesting

    Flashblock has received a ton of complaints about it not working or Flash sites stopping working etc. Many people seem to think its a buggy extension. Plus considering 90%+ of users use IE I'm surprised they would go to that length for a minority used browser and an even more minority used extension.

    Anyway if what you said is true that's aweful and probably illegal to boot. I'd verify what you think is happening is really happening or at least get someone else to verify it. Then file complaints with Macromedia and then spread the word to the big tech sites. Start with the Mozillazine forums first though and make sure that you can get others to reproduce this.

    --
    If you wanna get rich, you know that payback is a bitch
    1. Re:Are you sure about that? by Artichoke · · Score: 3, Informative
      > And even more evil for uninstalling Flashblock, if that's true.

      I am ashamed to discover that it is not true. Abject apologies to Macromedia.

      I've failed to entirely recreate my previous findings. My best guess is that Flashblock lets some through its net and I mistook this for Flash Player circumventing Flashblock.

      Yes, Flash Click To View is a better name, if more unwieldy.

      --
      __
      Arse
  30. RETRACTION by Artichoke · · Score: 3, Informative

    I've investigated this further and can't reproduce my results.

    My best guess is that Flashblock is not hooking all the possible ways of triggering a Flash object, and I mistook this for untoward behaviour by the latest Flash Player.

    Abject apologies to Macromedia.

    --
    __
    Arse
  31. Re:Ssshhhhhhh. (Have you tried AdBlock?) by OneFix · · Score: 4, Informative

    Try the filters listed here. They block most ads for most people and very little else. The only one I've found a problem with is IMP...it has a "redirect.php" script that it runs on login which triggers one of the filters. I think there should be an adblock exclution list. It's actually interesting how popular adblock has remained even though there hasn't been a major update since at least Firefox 0.7...

    I would think someone would have designed a new extention with more bells and whistles.

  32. OT: alternatives to weather.com by varebel · · Score: 3, Informative

    I used to think Weather.com was the coolest thing since sliced bread. Of course, it took Firefox's popup blocking along with the Adblock extension to make browsing it tolerable.

    However, since discovering the following resources, I don't even bother with Weather.com anymore.

    http://www.weather.gov/
    http://www.nhc.noaa.gov/
    http://weather.unisys.com/

    These sites offer much more in-depth technical information and are not funded by ad revenue.