(15:32) 十二月 27th, 2008 by Hack38
REGEDIT4
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\b]
@=”http://www.baidu.com/s?wd=%s&cl=3″
” “=”+”
“#”=”%23″
“&”=”%26″
“?”=”%3F”
“+”=”%2B”
“=”=”%3D”
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\g]
@=”http://www.google.cn/search?complete=1&hl=zh-CN&q=%s&btnG=Google+%%E6%%90%%9C%%E7%%B4%%A2&meta=”
” “=”+”
“#”=”%23″
“&”=”%26″
“?”=”%3F”
“+”=”%2B”
“=”=”%3D”
导入上面的reg脚本后,在IE地址栏输入b 56则将百度搜索56;输入g 56就google搜索。按照里面的格式可以自己添加N个搜索引擎
(10:43) 四月 6th, 2008 by Hack38
总是要老子去寻找,真麻烦!
Google搜索的表单……
几百年前就要记下来的……
<!– SiteSearch Google –>
<form method="get" action="http://www.google.cn/search" target="google_window">
<input type="hidden" name="domains" value="www.fucklenovo.com/wp"></input>
<label for="sbi" style="display: none">输入您的搜索字词</label>
<input type="text" name="q" size="28" maxlength="255" value="" id="sbi"></input>
<input type="radio" name="sitesearch" value="" id="ss0"></input>
<label for="ss0" title="在Google中搜索"><font size="-1" color="black">Google</font></label>
<input type="radio" name="sitesearch" value="www.fucklenovo.com/wp" checked id="ss1"></input>
<label for="ss1" title="在本站中搜索"><font size="-1" color="black">本站</font></label>
<label for="sbb" style="display: none">提交搜索表单</label>
<input type="submit" name="sa" value="Google 搜索" id="sbb"></input>
<input type="hidden" name="client" value="pub-0761406055471797"></input>
<input type="hidden" name="forid" value="1"></input>
<input type="hidden" name="prog" value="aff"></input>
<input type="hidden" name="ie" [...]