Firefox3 beta3显示Google Reader的问题

自从昨天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';
17fav 收藏本文
标签:, ,

相关日志 随机文章

Comments

Leave a Reply




请输入验证码

Use "<coolcode></coolcode>" to publish your code.

Line breaks and paragraphs are automatically converted.

Please keep comments relevant. Off-topic, offensive or inappropriate comments may be edited or removed.

京ICP备05059555号

收藏 & 分享

Powered by 17fav.com