因为犯懒什么的今天并没有一大早就开Google Reader,看微博里有人说GR改版了才去看了下,,各种不适应。。然后笔记本屏幕本来就小,,新版的布局各种浪费空间啊。。
Stylish自定义规则如下
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://www.google.com/reader/view/"){
#top-bar {display:none !important;}
#sections-header,#lhn-add-subscription-section,#viewer-header-container,#viewer-header {height:45px !important;}
}
然后是火狐和谷歌相对需要的插件(火狐的叫Stylish,安装后是中文。。谷歌的叫
https://chrome.google.com/webstore/detail/pabfempgigicdjjlccdgnbmeggkbjdhd
https://addons.mozilla.org/en-US/firefox/addon/stylish/
安装后在扩展管理里新建样式,复制上边的规则进去然后保存。。懂CSS的话也可以按自己需要调整
再分享我有用的两个规则:
针对腾讯微,各种烦人的推荐,推荐你妹啊。。P.S. 需要将wdssmq换成你的账号
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://t.qq.com/qhome.php"),url-prefix("http://t.qq.com/wdssmq"),url-prefix("http://t.qq.com/at"),url-prefix("http://t.qq.com/favor") {
div.tjRelaWrap,div#homeBannerTip,
.side>div:nth-of-type(10),
.side>div:nth-of-type(9),
.side>div:nth-of-type(6),
.side>div:nth-of-type(7),
.side>div:nth-of-type(5),
.side>div:nth-of-type(4),
.mobileBox,label[for="msgTxt"],#homeBannerTip,
DIV[id="homeMsgTip"][class="newsTips1 h1"],
DIV[id="activity"] {display:none !important;}
如果你是网通宽带。。然后浏览网页时经常弹出广告。(在网页正中间下边出现,不管访问什么网站都可能出现的那种,如果是网站自己挂的广告也可以用这个插件自行添加过滤规则)
@namespace url(http://www.w3.org/1999/xhtml);
#MsnDialog,#fpid,#iwrap,.promotion {display: none;}
也可以针对浏览器本身的样式和功能进行设置,,比如让火狐自动隐藏书签工具栏和菜单栏,(Stylish用户可以将自己的规则上传供别人直接下载使用,然后下边规则只适合火狐3.6。。):
自动隐藏书签工具栏:http://userstyles.org/styles/1228/autohide-bookmark-toolbar
自动隐藏菜单栏:http://userstyles.org/styles/14550/autohide-menubar-hover-top-of-nav-bar
另外火狐本身可以在去掉菜单栏勾选时按Alt键临时呼出的。。
订阅是个好习惯--http://feed.wdssmq.com--
