Customize Google: Difference between revisions

Jump to navigation Jump to search
no edit summary
mNo edit summary
No edit summary
Line 5: Line 5:
須事先安裝
須事先安裝
# [http://moztw.org Mozilla FireFox]
# [http://moztw.org Mozilla FireFox]
# 安裝擴充套件: [http://greasemonkey.mozdev.org/ greasemonkey]
# 安裝擴充套件: [http://www.customizegoogle.com/ CustomizeGoogle.com] v0.7
# 設定 [http://www.customizegoogle.com/ CustomizeGoogle.com] 提供的script 選項
 
# 在輸出scipt的頁面 -> 點選 Firefox上方選單列的「工具」 -> Install User Script
更改預設的其他搜尋引擎Yahoo, Ask Jeeves, AllTheWeb, Teoma, MSN, Lycos, Technorati, Feedster, Bloglines, Altavista
# 將JS副檔名的開啟方式,指到你常用的文字編輯軟體, 例如Macromedia Dreamweaver等
# 編輯 C:\Documents and Settings\使用者帳號\Application Data\Mozilla\Firefox\Profiles\亂數.profile名稱\extensions\{亂數}\chrome\customizegoogle\content\javascript.js
# 視情況修改customizegoogle.user.js
 


以下是我的修改
以下是我的修改
<pre>
<pre>


// ==/UserScript==
var CustomizeGoogleServices = {
(function() {
    var CustomizeGoogleServices = {
_otherWebSearches: function(q) {
_otherWebSearches: function(q) {
    var s = '';
    var s = '';

Navigation menu