gburnett wrote:
> if I have multiple windows open, and I start a page loading
> on one, and flick to another
> to read text in that window, the first window comes to the
> front (changes the "focus") when the
> page has loaded. This irritates the f**k out of me. Is there
> any way to disable this "feature"?
It's a bug, not a feature. See
http://bugzilla.mozilla.org/show_bug.cgi?id=77675.
> also, when I visit pages hosted by tripod, geocities,etc,
> little rectangular windows pop
> up with adverts in them. Is there any way to disable these
> pop up windows?
You can block pop-up windows by adding the following line to your
prefs.js file (edit the file while Mozilla isn't running):
user_pref("capability.policy.default.Window.open", "noAccess");
Note that some sites depend on being able to open new windows in order
to work correctly. If you want to let specific sites open new windows,
see the configurable security policies documentation at
http://www.mozilla.org/projects/security/components/configPolicy.html.