>>343

openTabsWhere_which〜の中身
const FOCUSEDEXCEPTLINK = false;

および >>79氏の要望による>>82の変更点の内,

if( /conqueryModoki/.test(caller) ) return true;

if( /conqueryModoki/.test(caller) ) return false;

DragNgoModoki4を使うのであれば

if( caller.name == "loadSearch") return true;

if( /\bloadSearch\b/.test(caller)) return true;