окей гайс есть такой код
(function(window){
window.open = function(open){
return function(...args){
args[2] = args[2]
? 'width=-3,height=-3'
: args[2].replace(/\s*(?:width|height)\s*=\s*\d+\s*(?:,|$)/gi,'') + ',width=-3,height=-3'
;
return open.apply(this, args);
};
}(window.open); window.opener.focus();
}(this.unsafeWindow || window));
и он не работает. точнее работает на изменения размеров дочернего окна, может не туда вставил виндов фокус опенер?