<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Google Reader 主题：Helvetireader</title>
	<atom:link href="http://www.linuxtoy.org/archives/helvetireader.html/feed" rel="self" type="application/rss+xml" />
	<link>http://linuxtoy.org/archives/helvetireader.html</link>
	<description>LinuxTOY 是一个致力于提供 Linux 相关资讯的专题站点。如果您发现了好用好玩的 Linux 东东并愿意发扬自由、分享的精神，可以点击顶部导航 Contact 按钮进行投稿。</description>
	<pubDate>Fri, 10 Feb 2012 07:44:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: LD</title>
		<link>http://linuxtoy.org/archives/helvetireader.html#comment-97482</link>
		<dc:creator>LD</dc:creator>
		<pubDate>Sat, 06 Dec 2008 09:44:52 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2582#comment-97482</guid>
		<description>&lt;p&gt;还是这个好看&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>还是这个好看</p>]]></content:encoded>
	</item>
	<item>
		<title>By: xinzhi</title>
		<link>http://linuxtoy.org/archives/helvetireader.html#comment-97178</link>
		<dc:creator>xinzhi</dc:creator>
		<pubDate>Wed, 03 Dec 2008 12:15:16 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2582#comment-97178</guid>
		<description>&lt;p&gt;@&lt;a href="#comment-97106" rel="nofollow"&gt;404&lt;/a&gt;: &lt;/p&gt;

&lt;p&gt;默认只对https的页面有效，访问http的地址就是原始界面的。搜索的时候直接在地址栏添加#search参数就可以直接搜索了～&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-97106" rel="nofollow">404</a>: </p>

<p>默认只对https的页面有效，访问http的地址就是原始界面的。搜索的时候直接在地址栏添加#search参数就可以直接搜索了～</p>]]></content:encoded>
	</item>
	<item>
		<title>By: 将计就计</title>
		<link>http://linuxtoy.org/archives/helvetireader.html#comment-97113</link>
		<dc:creator>将计就计</dc:creator>
		<pubDate>Wed, 03 Dec 2008 03:00:21 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2582#comment-97113</guid>
		<description>&lt;p&gt;改背景色的Greasemonkey脚本
/ ==UserScript==
// @name          green Readable
// @namespace     http://greasemonkey/
// @description   change style on *
// @include       http://*
// ==/UserScript==&lt;/p&gt;

&lt;p&gt;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);
}&lt;/p&gt;

&lt;p&gt;addGlobalStyle(
'body,div,table,td{' +
'  background-color:#c0d0bd!important;' +
'  color:#000000!important;' +
'  font-weight: normal ! important;' +
'}');&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>改背景色的Greasemonkey脚本
/ ==UserScript==
// @name          green Readable
// @namespace     <a href="http://greasemonkey/" rel="nofollow">http://greasemonkey/</a>
// @description   change style on *
// @include       <a href="http://" rel="nofollow">http://</a>*
// ==/UserScript==</p>

<p>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);
}</p>

<p>addGlobalStyle(
'body,div,table,td{' +
'  background-color:#c0d0bd!important;' +
'  color:#000000!important;' +
'  font-weight: normal ! important;' +
'}');</p>]]></content:encoded>
	</item>
	<item>
		<title>By: 404</title>
		<link>http://linuxtoy.org/archives/helvetireader.html#comment-97106</link>
		<dc:creator>404</dc:creator>
		<pubDate>Wed, 03 Dec 2008 01:24:22 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2582#comment-97106</guid>
		<description>&lt;p&gt;xinzhi的更简单，但因为简单到没有搜索框了，所以需要搜索的时候需要临时关掉。
其它就是Helvetireader更漂亮。
不过我还是以简洁为主，因此选择了最简单的而不是比较漂亮的。&lt;/p&gt;

&lt;p&gt;另外，如果安装了sytlish插件，直接把建立一个新的style把上面的代码粘贴进去就可以了。&lt;/p&gt;

&lt;p&gt;扩展
https://addons.mozilla.org/zh-CN/firefox/addon/2108&lt;/p&gt;

&lt;p&gt;针对很多不同站点的样式
http://userstyles.org/stylish/&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>xinzhi的更简单，但因为简单到没有搜索框了，所以需要搜索的时候需要临时关掉。
其它就是Helvetireader更漂亮。
不过我还是以简洁为主，因此选择了最简单的而不是比较漂亮的。</p>

<p>另外，如果安装了sytlish插件，直接把建立一个新的style把上面的代码粘贴进去就可以了。</p>

<p>扩展
<a href="https://addons.mozilla.org/zh-CN/firefox/addon/2108" rel="nofollow">https://addons.mozilla.org/zh-CN/firefox/addon/2108</a></p>

<p>针对很多不同站点的样式
<a href="http://userstyles.org/stylish/" rel="nofollow">http://userstyles.org/stylish/</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: keenan chen</title>
		<link>http://linuxtoy.org/archives/helvetireader.html#comment-97063</link>
		<dc:creator>keenan chen</dc:creator>
		<pubDate>Tue, 02 Dec 2008 15:28:28 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2582#comment-97063</guid>
		<description>&lt;p&gt;昨天逛stylish用上了，现在用google aero + reader mobile me/macox + helvetireader,挺好看的&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>昨天逛stylish用上了，现在用google aero + reader mobile me/macox + helvetireader,挺好看的</p>]]></content:encoded>
	</item>
	<item>
		<title>By: xinzhi</title>
		<link>http://linuxtoy.org/archives/helvetireader.html#comment-97020</link>
		<dc:creator>xinzhi</dc:creator>
		<pubDate>Tue, 02 Dec 2008 08:29:07 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2582#comment-97020</guid>
		<description>&lt;p&gt;貌似我的更简单：
&lt;code&gt;
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(https://www.google.com/reader) {&lt;/p&gt;

&lt;h1&gt;search,#viewer-header,p#global-info,div.gbh,#gbar,table#add-box,table#selectors-box,h1#logo{display:none !important}&lt;/h1&gt;

&lt;p&gt;b#email-address,a#sign-out{display:block !important}
div#viewer-controls-container,a#logo-container{height:0px !important}&lt;/p&gt;

&lt;h1&gt;chrome-stream-title{color:#fff !important;text-decoration:none !important;}&lt;/h1&gt;

&lt;p&gt;}
&lt;/code&gt;
(代码添加到/home/&lt;em&gt;/.mozilla/firefox/&lt;/em&gt;.default/chrome/userContent.css)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>貌似我的更简单：
<code>
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(https://www.google.com/reader) {</code></p>

<h1>search,#viewer-header,p#global-info,div.gbh,#gbar,table#add-box,table#selectors-box,h1#logo{display:none !important}</h1>

<p>b#email-address,a#sign-out{display:block !important}
div#viewer-controls-container,a#logo-container{height:0px !important}</p>

<h1>chrome-stream-title{color:#fff !important;text-decoration:none !important;}</h1>

<p>}

(代码添加到/home/<em>/.mozilla/firefox/</em>.default/chrome/userContent.css)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: 9shell</title>
		<link>http://linuxtoy.org/archives/helvetireader.html#comment-97016</link>
		<dc:creator>9shell</dc:creator>
		<pubDate>Tue, 02 Dec 2008 08:14:45 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2582#comment-97016</guid>
		<description>&lt;p&gt;简介到什么都不要。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>简介到什么都不要。</p>]]></content:encoded>
	</item>
</channel>
</rss>

