阅读:2763回复:7
求解修改google背景本地路径。。。。@namespace url(http://www.w3.org/1999/xhtml); @-moz-document url("https://www.google.com/"), url-prefix("https://www.google.com/webhp"), url-prefix("https://www.google.com/imghp"), url("https://www.google.de/"), url-prefix("https://www.google.de/webhp"), url-prefix("https://www.google.de/imghp") { /* change Google main page background and stretch it to 100% width */ body { background-image:url(http://i635.photobucket.com/albums/uu78/dsyo2008/Konachancom-62738bakemonogatarisenj.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.png) !important; background-repeat:no-repeat !important; background-position: center center !important; } /* 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:#ffffff !important; text-shadow: 0.1em 0.1em 0.2em black !important; } } flie:///路径 我用stylish编辑时代码不正确? 我说错了。。。真抱歉! |
|
1楼#
发布于:2012-11-30 10:55
这难道不是stylish脚本吗
|
|
|
2楼#
发布于:2012-11-30 10:55
pcxfirefox:这难道不是stylish脚本吗回到原帖 恩。。 ![]() ![]() http://userstyles.org/styles/77675/goog ... ound-image 这里。。。 |
|
3楼#
发布于:2012-11-30 10:55
转成base64吧
|
|
|
4楼#
发布于:2012-11-30 10:55
插入-数据URL即可转base64,前后添上↓ 即可,文件格式神马的改改。
url(data:image/png;base64,xxxxxxxxxxxxxxxxxxxxxxxxxx) |
|
5楼#
发布于:2012-11-30 10:55
|
|
6楼#
发布于:2012-11-30 10:55
file不是flie,简单的办法,地址栏输入文件所在盘符,比如c: ,回车,找到图片,右键复制路径即可。
|
|
7楼#
发布于:2012-11-30 10:55
|
|