We knew that was inevitable. You can block all pop-ups by adding this
line to prefs:
user_pref("capability.policy.default.Window.open", "noAccess");
However, this will block some legitimate (non-advertisement) pop-up windows.
Eventually, we will add the ability to block Window.open() calls in
response to mouseover and other event types, however this is more likely
to block more legitimate uses of popup windows.
-Mitch
Andrew Mutch wrote:
> The ability to block pop-ups is a HUGE advancement in Mozilla.
> However, now people are reporting ads that occur from a mouseover a
> link that causes an ad to pop-up. Is there a way to block these from
> occuring without disabling Javascript completely?
>
> Andrew Mutch
>