切換
舊版
前往
大廳
主題

GOOGLE 搜尋背景圖片修改

熱血短褲少年 | 2015-04-16 22:10:00 | 巴幣 4 | 人氣 2015

以前 GOOGLE搜尋  有可以修改背景的功能
但自從igoogle服務取消以後 就沒有修改背景的功能了
所以 看到就花點時間找看看修改背景的方法
GOOGLE 瀏覽器好像用這個就能改好了吧(沒用過
火狐的話我是用下面這個
在使用之前要先安裝Stylish 附加元件才能弄
參考下列網址混合弄成:
https://userstyles.org/styles/77675/google-search-custom-background-image
https://userstyles.org/styles/112750/hestia-google-search?hc_location=ufi
稍微研究了一下  好像沒有調整背景透明度的功能  也就是背景刷淡拉
效果差不多是這樣   只要把紅字去掉就可以用了  
基本上  是把兩個腳本的好壞結合在一起
其他地方沒有再加修改


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

@-moz-document url-prefix(http://www.google),
               url-prefix(http://images.google),
               url-prefix(http://news.google),
               url-prefix(http://blogsearch.google),
               url-prefix(http://books.google),
               url-prefix(http://209.85.165.104),
               url-prefix(http://translate.google),
               url-prefix(http://video.google),
               url-prefix(https://encrypted.google),
               url-prefix(https://www.google) {
/* change Google main page background and stretch it to 100% width */
body
{
    background-image:url(http://i.imgur.com/GvPGXxT.jpg) !important;
    background-size:100% auto !important;        ^背景圖片網址
    
}

/* make Google search results background white, so it doesn't use the custom background */
div#cnt
{
    background-color:#fff !important;
}

/* replace original Google logo with a translucent white logo */
div#lga
{
    background-image:url(https://www.google.com/logos/classicplus.png2) !important;
    background-repeat:no-repeat !important;     ^因為原作者弄得GOOGLE標誌很討厭所以副
    background-position: center center !important;       檔名+個2取消
}

/* hide the original colorful logo */
#hplogo {
    display:none !important
}


/* make footer links, image search text, user account name white with some shadow */
div#footer a, span.sshpplo, span.sshpplo a, div.sshpplo, div.sshpplt a, span#gbgs4dn
{
    color:#ddd !important;
    text-shadow: 0.1em 0.1em 0.2em #1b1b1b !important;
}
#fbar {
    background:none !important;
    border:none !important;
}
.sbibod, .jhp input[type="submit"] {
  opacity: .6;                  <修改搜尋列透明度
}
}

創作回應

阿卡林の天然呆美學
還是可以放圖片...有8個框框太醜而已
2015-04-16 23:26:12
熱血短褲少年
真的假的
可是我按設定 或是找左下角之類的都找不到耶....
2015-04-16 23:30:31
阿卡林の天然呆美學
擴充功能 我的 Chrome 主題
2015-04-16 23:35:22
熱血短褲少年
喔喔 原來
我應該在文章加註火狐才對
GOOGLE 的擴充功能 腳本很多能改
我是因為火狐擴充功能找不到
剛好看到有人發乳繩GOOGLE 修改
就乾脆找方法 把GOOGLE 搜尋的圖整個換掉
http://i.imgur.com/qaWVdtk.jpg
2015-04-16 23:42:56
阿卡林の天然呆美學
我也用蘿莉神GOOGLE標題了...
好GOOGLE 不用嗎
2015-04-16 23:46:57
熱血短褲少年
恩恩
我覺得我的白石比較萌拉
所以怒改>>>>>
http://i.imgur.com/Cd9XovJ.jpg
2015-04-16 23:49:14
半点シーオーツー
哇靠!!在你這篇留言的那位阿卡林 可是場外名人啊.....
2015-05-11 21:51:56
劉鶴
發現一個不錯的地方(收藏
2015-10-23 03:57:44

相關創作

更多創作