fork-maintainers / iceraven-browser

Iceraven Browser
4.78k stars 222 forks source link

[enhancement] Re-add setting to force classic popups to open in background #773

Closed seniordevel closed 6 months ago

seniordevel commented 6 months ago

There are some (important) sites opening massively classic popups (window.open method) , where the built-in popup blocker has no chance to limit popups.

Even if dom.popup.maximum is set to 1 and dom.disable_open_click_delay is set to zero, there still is popup hell.

Therefore I suggest to reintroduce a previous available setting to define popup behavior.

Most important to force any popups to open new tabs as background tabs (not focused).