Mmmm, drooly, if this means to Mozilla what it sounds like it means:
user_pref("browser.block.target_new_window", true);
There's still no solution for some window openage, though, since I don't know any way to replace the window class's open method with something more reasonable, such as function(url,flags) { window.location = url; }.