代码拉取完成,页面将自动刷新
// ==UserScript==
// @name hack to fix bug 429166
// @namespace
// @description Focus lock on cross-window drag-and-drop of text to search bar
// @include main
// @compatibility Firefox 3.0
// @author
// @version
// @Note
// ==/UserScript==
//Bug 429166 - Focus lock on cross-window drag-and-drop of text to search bar
(function(){
var searchBar = document.getElementById("searchbar");
var func = searchBar.doSearch.toString();
func = func.replace(
'openUILinkIn(submission.uri.spec, aWhere, null, submission.postData);',
<><![CDATA[
focus();
$&
]]></>
);
func = func.replace(
'if (shortcutURL && shortcutURL != aData) {',
<><![CDATA[
focus();
$&
]]></>
);
eval("searchBar.doSearch = " + func);
})();
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。