Showing posts with label Mozilla. Show all posts
Showing posts with label Mozilla. Show all posts

Blackbird Web Browser: Because Firefox is Too Navajo for Black Web Surfers [Internet]


Wait, why do I need a special web browser? I mean, I get there's been a long standing digital divide between black America and the technological world (controlled by The Man). But do I really need a repackaged piece of software whose name evokes the Jim Crow era? Last time I checked, I don't physically browse the internet any different than anyone else—evidenced by the fact that Blackbird UI looks exactly like Firefox (both are based around Mozilla), except, you know, with a black color scheme. And great, it comes preloaded with a bunch of bookmarks that might be of interest to the black community. But I'm pretty sure the same thing can be accomplished with an effectively marketed website (black people DO know how to use Google, after all. Shocker!). Maybe 40A, Inc. meant well with Blackbird, but it comes off as a lazy marketing ploy that plays on the emotions of people who are (admittedly) still marginalized when it comes to the online world. And playing along with the notion that blacks and whites (or anyone, for that matter) can't enjoy any of the same things, is the same retarded line of antiquated, ethno-centric thinking that the internet is supposed to destroy. Blah. [Via: Gizmodo, The Gadget Blog ] [Tag: ]

Backup your Firefox, Flock, or Thunderbird profiles with MozBackup 1.4.8

MozBackup 1.4.8


Last time we checked in on Firefox backup utility MozBackup, the developer had just added support for Firefox 3 beta. Apparently it's been a busy half year over at MozBackup HQ, because this week MozBackup 1.4.8 was released, with the following new features:




  • Create automatic backups via command line


  • New Installer


  • Supports backup of unknown files from user profiles


  • Backup profiles and settings for: Firefox 2/3, Flock, SeaMonkey, Netscape Navigator 9.0, Netscape Messenger 9.0, Thunderbird, Spicebird, Firefox Portable, and Thunderbird Portable

If you're just looking or a quick way to backup your Firefox extensions, bookmarks, and other settings, you can always check out the FEBE and CLEO Firefox add-ons. But MozBackup looks like a nice all-in-on tool if you have several Mozilla-based programs that you want to backup.


MozBackup is available for Windows 98 through Vista.


[Via: CyberNet ]
[Tag: ]

Eliminate the 3 second delay when installing Firefox add-ons

Firefox install delayIf you've ever installed a Firefox add-on, you've probably encountered a pop-up window like the one pictured here, which tells you to wait a few second before hitting the install button. For a long time, we thought the delay was because Firefox was busy downloading the file, but you know what? Most Firefox extensions are tiny. It doesn't take very long to download them.

No, the delay is actually so that your computer won't wind up running arbitrary code when you click on something that you only thought was an add-on. But if you only install add-ons from trusted sites (and have a backup of your profile), you can disable the delay dialog.

All you have to do is type "about:config" into your address bar to bring up the advanced configuration screen, and search for the security.dialog_enable_delay setting. Then change the value to 0.

Again, keep in mind that Firefox implemented that delay to keep your computer safe. But if you're too busy to wait three seconds, this trick will help you regain a tiny fraction of your day.


[Via: Lifehacker ]
[Tag: ]

Make Firefox more responsive when loading pages - Browser Tip

content.switch.thresholdFor some reason when a page is loading in Firefox, it doesn't seem to respond to user interaction immediately. For example, say you're loading a very long page (maybe you're using a free Backpack account), and you know that the content you need is half way down the page. By default, Firefox will ignore user interaction in favor of giving all processing power to page rendering.

It may well be that Firefox's engineers made this decision for a very good reason, but what if it bugs you that Firefox ignores you when you know exactly what you want to be doing? Well, it turns out there's a hidden setting in Firefox that will allow you to bend it to your will.

Firefox uses two priority modes when rendering a page: a low-priority mode that often checks for user input, and a high-priority mode that prioritizes page rendering over user input. There is a timer that determines how long Firefox will wait for user input before switching to high-priority rendering mode.

The Geek at How-To-Geek researched this setting, and determined that switching the default value from 750000 to 1000000 is a good balance that allows for a more responsive feeling browser, while still giving an adequate amount of time to the high-priority mode.

To make this change yourself, type about:config into your Firefox address bar, then type content.switch.threshold into the Filter field. You will likely not have any results returned. If the setting already exists, simply switch the value from the default 750000 to 1000000. If it doesn't, right click anywhere in the window and choose New > Integer. Use the following setting:


  • Key Name: content.switch.threshold
  • Key Value: 1000000
To reverse this tip, simply right-click on the setting and choose Reset from the context menu.
[Via: Download Squad ]
[Tag: ]