Pop - ups - I don't allow them on my computer. Firefox plus a dedicated pop-up blocker get the job done.
Log on - That's what Bug Me Not is for.
Software installation - It depends. If I want something bad enough, I'll launch IE or Mozilla where I have installed the common plugins. Otherwise, I'll look for a link to their non-Flash version, or give up on the site.
Slow loading - Just pop open another tab and do something else while waiting for the page to load.
So 3 and a half of these 'problems' can be avoided by switching to Firefox and a quick download.
Firefox's popup blocking feature alone doesn't get the job done anymore. But the code below in conjunction with Firefox works well:
Firefox popups
Like you, I love Firefox for many reasons, including popup blocking. So over the last few weeks Ive been surprised to see occasional popups.
It turns out that some clever people figured out that you could launch popups from Flash, getting around the Firefox default settings.
Fortunately, you can get around it:
- Type
about:config
into the Firefox location bar.- Right-click on the page and select New and then Integer.
- Name it
privacy.popups.disable_from_plugins
- Set the value to 2.
The possible values are:
- 0: Allow all popups from plugins.
- 1: Allow popups, but limit them to
dom.popup_maximum
.- 2: Block popups from plugins.
- 3: Block popups from plugins, even on whitelisted sites.