Mozilla Announces Extend Firefox Contest Winners
Foxy Betty writes "Mozilla Corporation has announced the winners of the Extend Firefox Contest, a project initiated to encourage development of extensions for the Firefox Web browser. A panel of industry notables reviewed more than 200 extensions submitted to the contest."
How about upgrading the windows version without leaving the old version number in the add/remove programs? I have to update 40 or 50 machines at a time and it's a pain uninstalling before installing.
They're probably really nice and elegant and all that but ... are they not just a wee bitty dull? I mean, two out of the three winners appear to create thumbnails of pages (whether from the history or other open pages). And while Web Developer is a fantastic package it's hardly cutting edge and new. I was hoping for something with real pizzaz. Something where the very idea and description was enough to make me go, "wow".
Anyone else find it a bit anticlimactic?
the layman's guide to computer science
It turns out that it's not a memory leak, it's caching of the web pages which can be a lot of memory if you keep a lot of tabs open. You can turn the feature off, or limit how much ram it uses with this setting.
Warning: Opinions known to be heavily biased.
AdBlock can block scripts too. In fact AdBlock can block almost anything: images, iframes, embeds, objects, etc.
Not all people are that good with HTML/Web terminology: AdBlock unfortunately use lots of it. It's okay for me. But my friend e.g. has whole bunch of extensions (a-la FlashBlock, NoScript) which in fact do what I do with AdBlock alone.
All hope abandon ye who enter here.
One of the finalists really stood out to me, Platypus, which allows users to dynamically edit the sites they visit and then be able to save the changes to a GreaseMonkey script. It works great on getting rid of some of those annoyances on sites you visit.
These are the Firefox extensions I can't live without
p ?id=189
GooglePreview:
https://addons.mozilla.org/extensions/moreinfo.ph
Venkman Javascript Debugger (for 1.5):
http://getahead.ltd.uk/ajax/venkman
Live HTTP Headers:
http://livehttpheaders.mozdev.org/
Peter
FWIW, if I use the search function (searching in extensions) from Galeon, the results returned have &application=Galeon appended to the URL, which seems to me to confirm that it is user-agent dependent.
--
If R is the set of all sets which don't contain themselves, does R contain itself?
Not entirely true though. I use NoScript to block in-html javascript on sites.
# #(.*js)|(.*swf)$
.*\.developers.slashdot.org if you're visiting developers.slashdot.org
I've also extended my own version of AdBlock to incorporate a new feature which I named relative-to-site blocking: you define what the "site" is with a regexp, a few special modifiers and filter non-matching content from it with a regexp. For example, the following rule:
##\dom##.*
Would block all content which is not coming from the domain currently in the status bar, so if you're surfing example.com images and javascript linked from google-analytics.com will get blocked, but if you're surfing google-analytics.com (for any reason) it allows you to watch it. Of course there is a whitelist too,
#@example2\.com##
or a regular expression like #@\tld:hu##
Then there are the two-level filters which really give the fine-tuning abilities:
###\tld:com|biz|net#####(\dom=/example/)|(\sadom)
A bit of an explanation for this one, the first regexp is a regexp deciding what kind of domains you want to match, the second regexp decides that the domain you're matching - how do you want it to be considered a site and the third part decides what kind of filtering to do with content that doesn't match your defined "site".
Currently five special "variables" exist:
\tld:top-level-domain(s)-here - Self explanatory
\dom(=/regexp/)? - Current domain you're at - like developers.slashdot.org. There is an optional regexp if you want to specify what kind of domains you want this rule to match for - useful for creating multiple-choice rules. Like the long one above.
\cdom(=/regexp/)? - Conservative domain - like slashdot.org even though you're visiting developers.slashdot.org.
\sadom(=/regexp/)? - Subdomains and domain - like
\csadom(=/regexp/)? - Conservative domain and subdomains - like *.\.slashdot.org if you're visiting developers.slashdot.org
Currently it is only used by me, I made a post about this a while back on the Adblock plus forum, but the Adblock plus devs didn't really react. I might contribute code back if there is interest though.
It takes a man to suffer ignorance and smile
Be yourself no matter what they say
Although we didn't win this time, we think our CookiePie extension is currently very innovative giving you the possibility to open different mail (i.e: Gmail/Yahoo) or web accounts on each tab. More information at: CookiePie Firefox extension