Exploring Firefox Extensions 484
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."
Yet more good reasons to switch from IE (Score:5, Informative)
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
Re:Yet more good reasons to switch from IE (Score:2, Interesting)
I've looked around and cannot find it, do I need to add a plugin to stop them, or am I just missing something really fundimental?
Re:Yet more good reasons to switch from IE (Score:5, Informative)
Preference Name: image.animation_mode
Value: once
Re:Yet more good reasons to switch from IE (Score:3, Interesting)
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...
Re:Yet more good reasons to switch from IE (Score:2, Insightful)
Novices shouldn't be using pre v1.0 software. It's not done yet.
> it has been something thats bugged me from day one.
So ask for your money back.
Re:Yet more good reasons to switch from IE (Score:3, Insightful)
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 so
Re:Yet more good reasons to switch from IE (Score:3, Insightful)
The web is mission critical?
Relying on a public infastructure full of infected and unpatched computers operated by people who didn't realise they needed to install things on their computers to make them keep working? Ouch.
Re:Yet more good reasons to switch from IE (Score:3, Insightful)
Re:Yet more good reasons to switch from IE (Score:4, Insightful)
> 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.
Re:Yet more good reasons to switch from IE (Score:3, Insightful)
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 d
Re:Yet more good reasons to switch from IE (Score:3, Insightful)
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
Re:Yet more good reasons to switch from IE (Score:3, Interesting)
This has nothing to do with "pre-1.0" and everything to do with a UI design decision. The theory is that someone will provide a "Advanced Options" extention.
(And there are IE features that are only available through the registry -- such as setting Quick Search shortcuts.)
Re:Yet more good reasons to switch from IE (Score:3, Interesting)
(Though maybe they should add an 'advanced' button that would expose more)
Re:Yet more good reasons to switch from IE (Score:3, Interesting)
OK; that works for GIF animations. I learned about it a few weeks ago, and set it to "once".
But, after a few days of watching Hurricane Frances on weather.com, I found that firefox was once again soaking up 90% of the cpu. And there were ads in the weather.com tabs that were busily showing me stupid pictures of fish swimming and butterflies flitting from flower to flower. They were flash animations.
The "about:config" page only has one instance of the string "flash", and it doesn't seem to
Re:Yet more good reasons to switch from IE (Score:3, Informative)
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 thi
OT: alternatives to weather.com (Score:3, Informative)
However, since discovering the following resources, I don't even bother with Weather.com anymore.
http://www.weather.gov/ [weather.gov]
http://www.nhc.noaa.gov/ [noaa.gov]
http://weather.unisys.com/ [unisys.com]
These sites offer much more in-depth technical information and are not funded by ad revenue.
Re:Yet more good reasons to switch from IE (Score:2, 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)
Re:Yet more good reasons to switch from IE (Score:5, Interesting)
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:
And even with the location and window opens, sometimes it is done with the simple
and sometimes through a function.Re:Yet more good reasons to switch from IE (Score:4, Interesting)
- 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
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
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.
Re:Yet more good reasons to switch from IE (Score:3, Interesting)
Now this seems doable. I didn't check out the target alert extension, but if it already doesn't, maybe it could be modified to show a little script icon for JS links. Or maybe we could just have the href of an anchor tag point to the page, but do any
Re:Yet more good reasons to switch from IE (Score:5, Interesting)
Re:Yet more good reasons to switch from IE (Score:2)
Re:Yet more good reasons to switch from IE (Score:4, Interesting)
Web Developer Extension [chrispederick.com]. 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 [simpy.com] I use browser search plugin [simpy.com].
In addition to that, you can get a number of other useful search plugins over at Mycroft [mozdev.org] (I keep typing Mycrosft - how bad is that!)
Tabs (Score:4, Informative)
And for browsing Slashdot, this [beggarchooser.com] kind of helps.
Re:Tabs (Score:2)
Re:Tabs (Score:2)
Re:Tabs (Score:2)
Re:Tabs (Score:2)
Re:Tabs (Score:3, Informative)
Better version of miniT (Score:3, Informative)
my most used extension ever... (Score:5, Informative)
A MUST for every webnerd.
It even lets you edit CSS live on the web.
Re:my most used extension ever... (Score:3, Funny)
adblock (Score:5, Informative)
[Adblock]
and hosts file. (Score:2)
Re:adblock (Score:3, Informative)
Re:adblock (Score:4, Informative)
Re:adblock I have a question .... (Score:4, Interesting)
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.
Re:adblock I have a question .... (Score:4, Informative)
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
The best thing is not that it has extensions (Score:5, Interesting)
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
Re:The best thing is not that it has extensions (Score:2, Insightful)
1)Most of firefox is in XUL/javascript, meaning XUL+javascript+chrome can be very powerful.
2) There are binary extensions,
The moral of the story is: Don't install anything you don't know/trust.
Here's one benefit... (Score:5, Funny)
Adblock (Score:5, Informative)
Compact Menu Extension (Score:3, Interesting)
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.
Re:Compact Menu Extension (Score:2)
Re:Compact Menu Extension (Score:3, Informative)
1. Right-click on any of the icons (say the home icon) and choose 'Customize'.
2. Choose small icons.
3. Then drag all icons and bars (such as the URL and Search) into the top menu bar. Everything should now be along the top. And if there are any icons you do not want or need, simply drag them onto the Customize Box.
4. But you say, there are still two bars without anything in them. Correct. Solve that by going 'View' > 'Toolbars' >
Why people cling to IE (Score:2)
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
Re:Why people cling to IE (Score:2)
Re:Why people cling to IE (Score:3, Informative)
2. Select 'Copy Image'
3. Paste into mspaint, Photoshop, etc.
This works fine in FireFox 0.9.3
Re:Why people cling to IE (Score:2, Informative)
I also held back for a long time for the exact same reason. There is an extension for mozilla that does it, but in Firefox 0.9 there is a "copy image" function built in when you right click on any image.
Re:Why people cling to IE (Score:5, Informative)
Re:Why people cling to IE (Score:3, Insightful)
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 t
Re:Why people cling to IE (Score:2)
Maybe there is an extension to add 'copy image'.
BTW this was under MacOS X.
Re:your step-daughter's a what ?? (Score:2)
I haven't switched...my reasons are... (Score:4, Insightful)
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..
Re:I haven't switched...my reasons are... (Score:5, Funny)
>my online baking site
Doh! (nut)
.
Re:I haven't switched...my reasons are... (Score:2)
Which Linux distro do you use? If you install Firefox in a binary format (RPM/DEB) thru APT/URPMI, you'll probably get a version of Firefox with good font support.
Re:I haven't switched...my reasons are... (Score:2)
2) Can't answer that one. You might be right. The one thing I like about Konqueror is the status bar tells you in kb the size of the page and how much has loaded. AFAIR Opera has (or had) this feature too.
3) Edit --> Preferences --> Privacy --> Saved Passwords. Edit away. It's probably a good idea to make sure that you never save passwords for banking sites. If you want to reset any of your password choices you can do it here.
Re:I haven't switched...my reasons are... (Score:3, Informative)
Re:I haven't switched...my reasons are... (Score:5, Informative)
Extensions are the Killer App (Score:2)
Well guess what, I'm still using the damn thing and have become a huge evangelist for it. And 99.9% of the reason is the great extension mechanism and gr
Re:Extensions are the Killer App (Score:2, Interesting)
There isn't even a link for a printable version, so if you want to print the article, you have to waste half a tree.
Perhaps Flexbeta should whack the marketroids over the head with a clue bat?
Wikalong (Score:5, Informative)
I've written up a little extension called Wikalong [phunnel.org].
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.
Builti-in features vs Extensions (Score:5, Insightful)
Re:Builti-in features vs Extensions (Score:2)
Many built-in features of Firefox can actually made made as an extension instead
Out of curiosity, what built-in features would you consider as good extensions? (This question is to everybody, not just the parent post). I would be interested to see a discussion here about the leanness of the Firefox browser vs trade-offs by abstracting built-in functionality into extension packs.
Re:Builti-in features vs Extensions (Score:3, Interesting)
Target Alert not too useful... (Score:3, Interesting)
I came across this a while ago and thought it would be useful for helping out some novice users who don't understand helper applications and the like. Alas, it's mostly useless. It uses the 3 digit extension, not the MIME type. So it's useless for content served dynamically via CGI scripts. It would also be trivial for a malicious user to create a website, post some .doc files, which would show up as Word Documents, and instead change the MIME type and serve up JavaScript or VBScript to do something evil.
The right way to do this is to get the HTTP Headers and see what MIME type is being returned by the server.
I'm a FireFox user - have been since it was Phoenix - but so many of the skins and plugins have too much of a "Oooh, shiny!" factor to them. How about more flexible X.509 configuration or a harcore Kiosk mode (that's the reason most kiosks run IE) or something like that. It has the same problem as WinAMP - there are far too many skins (40% of which have UI design issues; 40% of which are identical to each other, and 20% might be useful) and not enough technical plugins.
To pre-emptively fend off trolls, yes I know it's free, you get what you pay for, if you don't like it go code it yourself, etc, etc.
Re:Target Alert not too useful... (Score:2)
Wouldn't getting the HTTP headers for every non-HTML file linked to on a web page be a bit bandwidth and processor intensive for an extension?
Re:Target Alert not too useful... (Score:3, Funny)
Yes, but how else can it detect and place a goat icon next to goatse.cx links?
Wanted Extension: (Score:5, Funny)
What plugin is this? (Score:3, Funny)
Is this a direct effect of the slashddos plugin?
Re:What plugin is this? (Score:2)
Yet again the level of my former English teacher becomes painfully apparent...
Firefox Game (Score:2, Interesting)
So I propose a new internet game. Start from a page, e.g. slashdot, and try to reach a certain other page, say somethingawful.com, by just selecting text and middle-clicking. Clicking hyperlinks is not allowed! Have fun!
Extensions = extensive crashes (Score:2)
I'd say the extensions system needs just a bit more work. And mind you, I've seen a lot of mozilla bugs as I've been with mozilla since version 0.8.x
Some useful links (Score:5, Informative)
Some extensions I'm currently using:
Flat Bookmark Editing [bluweb.com]
Add Bookmark Here [gorgias.de]
CuteMenus [mozdev.org]
Paste and Go [tecwizards.de]
Gmail Notifier [nexgenmedia.net](Still works)
Free iPods? Sure. freeipods.com [freeipods.com]
Nuke Anything (Score:5, Interesting)
Flashblock (Score:4, Informative)
Flashblock [mozdev.org] 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.
Macromedia goes onto the NEVER AGAIN list (Score:5, Insightful)
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.
Flash as DOS (Score:3, Interesting)
So, flashblock is mandatory on these computers.
Re:Flashblock (Score:5, Informative)
I talked to a Flash evangelist about this, and he essentially told me " our real business is showing you ads that you cannot avoid. "
Re:Flashblock (Score:4, Interesting)
Are you sure about that? (Score:4, Interesting)
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.
Re:Are you sure about that? (Score:3, Informative)
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.
RETRACTION (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.
Yeah great, but what about... (Score:2, Interesting)
I mean before all those bells and whistles. As a plugin developer i greatly miss them
(not this [mozilla.org], but one that really works).
And pleaaaaaaase before you tell me it's useless, go ahead and try to convince some Joe user to install "unsigned hence possibly dangerous" plugin.
Ssshhhhhhh. (Have you tried AdBlock?) (Score:5, Informative)
Re:Ssshhhhhhh. (Have you tried AdBlock?) (Score:5, Informative)
I would think someone would have designed a new extention with more bells and whistles.
My extensions (Score:5, Informative)
Magpie [bengoodger.com]. 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 [chuonthis.com] removes it and replaces it with the full bookmarks folder tree.
You can reorder tabs with MiniT [mozdev.org] using simple drag and drop on the tab bar. I think this should maybe be added to Firefox itself, it's pretty basic functionality.
BugMeNot (Score:5, Informative)
This is especially useful for a one-time posting on a site, or to read members-only newspapers and things like IGN Insider.
extensions and upgrades (Score:4, Informative)
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.
Comment removed (Score:4, Informative)
How about an easy way to save your configuration? (Score:3, Insightful)
Re:names (Score:3, Funny)
If you didn't like those changes, you'll hate this (Score:2, Interesting)
Re:Switch tabs ? (Score:3, Informative)
Then there's always Control+Tab/Shift Tab or Control+PageUp/Down to go to next/previous tabs.
Re:Great features, huh? (Score:2)
Yeah, if there's one thing that annoys me about Firefox, it's the really annoying hoops you got to go through when you update it. You'd think it'd be a easy thing keeping your preferences, themes and extensions when updating the browser - but na-ah, no such thing...
Re:Great features, huh? (Score:3, Insightful)
I would have thought that that much would be obvious to even the most fanatical Firefox/Mozilla user.
The bottom line is that a key tool used to help migrate users from IE to Firefox doesn't always work, so that's a clear minus point against Firefox. If the first thing that
MOD PARENT DOWN (Score:3)
Re:MOD DOWN PARENT - RACIST TROLL (Score:5, 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.
Warning Parent link is to Goat.sec! and Scat pic! (Score:4, Informative)
Re:Online articles that are broken into pages... (Score:3, Insightful)