新版Google搜尋結果加寬的腳本for Firefox - Google

Table of Contents

因為搜尋界面改變的關係,之前的Google Wide腳本自然失效了

所以就找到了下面這個:

http://userstyles.org/styles/29474

火狐請搭配Stylish

因為有提供js版本的關係,使用Greasemonkey或其他瀏覽器應該也可以

使用前:
http://img571.imageshack.us/img571/8930/sshot67.png

使用後:
http://img35.imageshack.us/img35/1839/sshot68.png

裝好可能感覺沒變多寬

我是將margin-right:後面改成-200px才有上圖的結果

需要更寬就把它改的更小就行了

p.s.
因為發現這樣改了後搜尋圖片後會超出頁面右邊

所以我是改成了:
---------------------------------------------------

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("http://www.google.com/search") {
#center_col {margin-right:-200px !important;} /* outer */
.s {max-width:100% !important;} /* inner */
}

@-moz-document url-prefix("http://www.google.com.tw/search") {
#center_col {margin-right:-200px !important;} /* outer */
.s {max-width:100% !important;} /* inner */
}
---------------------------------------------------
--
negi522:我是筆電..裝超快的..不到半小時就安裝完畢..反而時間都花04/14 22:23
kuromu:在看糟糕物04/14 22:23
negi522:在裝常用的軟體跟一些個人設定上..最花我時間的其實是拿光04/14 22:23
iamtom88:華的A片目錄找東西04/14 22:24
negi522:微軟那邊申請光碟..從微星那關開始到我拿到光碟已經是2個04/14 22:25
kuromu:蘿莉找我要糖果04/14 22:26

--

All Comments

Carol avatarCarol2010-05-11
我是筆電..裝超快的..不到半小時就安裝完畢..反而時間都花
在裝常用的軟體跟一些個人設定上..最花我時間的其實是拿光
Selena avatarSelena2010-05-14
在看糟糕物
Franklin avatarFranklin2010-05-18
華的A片目錄找東西
Steve avatarSteve2010-05-20
微軟那邊申請光碟..從微星那關開始到我拿到光碟已經是2個
Sandy avatarSandy2010-05-25
蘿莉找我要糖果
Aaliyah avatarAaliyah2010-05-27
字好漂亮...GDI++ ?
Caroline avatarCaroline2010-05-30
YES
Harry avatarHarry2010-06-01
自家的Chrome 能改嗎?
Jessica avatarJessica2010-06-04
有 Greacemonkey 應該都能改吧
Robert avatarRobert2010-06-05
Chrome 是用 Chrome Stylist