Firefox3 beta3显示Google Reader的问题
2008-02-14 09:08 | Filed Under Html/JS/CSS, Software |
自从昨天beta3升级以来我的Google Reader显示就有问题,表现在日志部分无法显示出来
不过别人好像没这个问题,可能是因为我的语言设置是中文,使用的还是老版本的Reader的原因
写了个GreaseMonkey脚本解决了这个问题
// This is a greasemonkey script, for use with the Firefox extension Greasemonkey.
// More info: http://greasemonkey.mozdev.org/
//
// ==UserScript==
// @name Google Reader Display Fix
// @author Sunshow
// @e-mail sunshow@gmail.com
// @Version 0.5
// @description Google Reader display fix for firefox3 beta 3
// @include http://www.google.com/reader/*
// ==/UserScript==
var objTable = document.getElementById('viewer-box-table');
objTable.style.display = 'block';
标签:Google Reader, Greasemonkey, 脚本相关日志
喜新厌旧
2006-12-13 12:44 | Filed Under Network |
我抛弃了Google Reader
转投了抓虾
抓虾对比目前还在Google实验室里的Reader来说还是要成熟许多
首先是速度,由于是国货,首先避免了众所周知的GFW问题,这恰恰是Google最麻烦的地方。
就这两天的使用速度来看,不管是单位还是家里,抓虾得速度都相当的快
其次是中文支持,据说Google Reader的Tag不支持中文名
再有就是功能了,抓虾可以查看每个频道的订阅数量,对于喜欢的文章可以推荐和收藏,推荐的人数多了以后文章就会出现在热门里,挺好的功能。
另外抓虾可以输入网页地址分析页面上所有的可订阅频道,而Google Reader经常会有一些地址莫名其妙无法添加,还有一些Blog提供商并没有提供明确的feed订阅地址的,抓虾貌似都能解决。
操作上抓虾实现了右键菜单的功能,还是很方便的。
标签:Google Reader, zhuaxia, 抓虾相关日志


