Google Reader 主题:Helvetireader
Helvetireader 是一个十分简洁的 Google Reader 主题,特别适合惯用键盘操作 Google Reader 的用户。注意,Firefox 用户需要安装 Greasemonkey。其他用户请参照该主题网站的说明。

Helvetireader 可从这里安装。
Read More:
- No related posts
Home » Google Reader 主题:Helvetireader
Helvetireader 是一个十分简洁的 Google Reader 主题,特别适合惯用键盘操作 Google Reader 的用户。注意,Firefox 用户需要安装 Greasemonkey。其他用户请参照该主题网站的说明。

Helvetireader 可从这里安装。
Read More:
简介到什么都不要。
貌似我的更简单:
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document url-prefix(https://www.google.com/reader) {search,#viewer-header,p#global-info,div.gbh,#gbar,table#add-box,table#selectors-box,h1#logo{display:none !important}
b#email-address,a#sign-out{display:block !important} div#viewer-controls-container,a#logo-container{height:0px !important}
chrome-stream-title{color:#fff !important;text-decoration:none !important;}
} (代码添加到/home//.mozilla/firefox/.default/chrome/userContent.css)
昨天逛stylish用上了,现在用google aero + reader mobile me/macox + helvetireader,挺好看的
xinzhi的更简单,但因为简单到没有搜索框了,所以需要搜索的时候需要临时关掉。 其它就是Helvetireader更漂亮。 不过我还是以简洁为主,因此选择了最简单的而不是比较漂亮的。
另外,如果安装了sytlish插件,直接把建立一个新的style把上面的代码粘贴进去就可以了。
扩展 https://addons.mozilla.org/zh-CN/firefox/addon/2108
针对很多不同站点的样式 http://userstyles.org/stylish/
改背景色的Greasemonkey脚本 / ==UserScript== // @name green Readable // @namespace http://greasemonkey/ // @description change style on * // @include http://* // ==/UserScript==
function addGlobalStyle(css) { var head, style; head = document.getElementsByTagName('head')[0]; if (!head) { return; } style = document.createElement('style'); style.type = 'text/css'; style.innerHTML = css; head.appendChild(style); }
addGlobalStyle( 'body,div,table,td{' + ' background-color:#c0d0bd!important;' + ' color:#000000!important;' + ' font-weight: normal ! important;' + '}');
@404:
默认只对https的页面有效,访问http的地址就是原始界面的。搜索的时候直接在地址栏添加#search参数就可以直接搜索了~
还是这个好看