>>6808584Replace
window.location = searchSources[ssi][1].replace("{Q}", encodeURIComponent(query));
With
window.open(searchSources[ssi][1].replace("{Q}", encodeURIComponent(query)));
Also I added this help menu.
(I'm not the original dev, this is a fork)