OldGuy wrote:
How do I stop all the redirections, popups, etc in the SeaMonkey Browser?

I can tell you what I do to stop the nuisances. In about:config, I did these settings:

dom.disable_open_during_load -> true - stop unrequested popups
dom.disable_open_click_delay -> 2500
- allow popups that are triggered by clicking something provided that the response comes within the allowed time (2500 ms or 2.5 seconds)
dom.disable_window_onbeforeunload -> true
  - stop popups triggered when you try to leave a page
dom.disable_window_onunload -> true - same as above
accessibility.blockautorefresh -> true
- gives control over automatic reloading of a page or redirection of a page - does not really block it but allows control over it by putting a notification bar at the top of the page with an allow button. Clicking the allow button permits the event, and ignoring it blocks the event.

I also have Adblock Plus installed with 4 subscriptions which do a pretty good job of blocking the more persistent popups:
EasyList, EasyPrivacy, Fanboy's Annoyance List, Malware Domains


_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to