Tag Archives: Firefox

Feedly Tweak – Open feed item in background tab for Firefox

It’s so sad to see Google Reader die, but I found a pretty good alternative, it’s Feedly. The interface looks nice, it can import subscriptions from Google Reader easily, and the most important thing for me is that, it supports keyboard shortcuts.

But there is one thing I don’t really like: when I press ‘v’ to open the feed link, it will focus to the newly opened tab. For Google Reader, I used Google Reader Tweak – Open Links in Background to solve this problem. So when I press ‘v’, the browser will open a background tab to display the link.

I know there is a Chrome version plugin that can solve this, but I love Firefox, it’s my daily browser. The Google Reader Tweak inspired me, I hacked the code to support Feedly. Here is the Feedly version: Feedly Tweak.

Currently, I use Feedly 14.0.485, it has a bug. When you open the links, it will contains a string “?utm_source=feedly” at the end of each feed item. I fixed it in the GM script.

Installation:
1. Install GreaseMonkey Add-on.
2. Install the GM script by clicking here.

Hope you like it!

Update:
03/18/2015 Fix the background opening for new GreaseMonkey

Programming , , , , , ,

Mac版本Firefox上网神器Pentadactyl配置

Pentadactyl是个Firefox的插件,能实现用VI的操作方式来控制Firefox,从此以后,Firefox成为了上网神器。他从Vimperator发展过来的,听说是因为原先开发小组内成员意见不合,然后一个人就另起炉灶。

Mac版本和Windows以及Linux版本有一定的区别,Mac版不需要Ctrl+C来复制粘贴,用Command+C就行。另外Ctrl+Enter自动补全网址也有所区别,再有就是最新版的Pentadactyl中,修改了strictfocus属性。以下是我的配置文件,保存至~/.pentadactylrc即可。

loadplugins ‘\.(js|penta)$’

” Options
set nextpattern=\s*下一页|下一张|下一篇|下一頁|下页|后页\s*,^\bnext\b,\\bnext\\b,^>$,^(>>|»)$,^(>|»),(>|»)$,\\bmore\\b
set previouspattern=\s*上一页|上一张|上一篇|上一頁|上页|前页\s*,^\bprev|previous\b,\\bprev|previous\\b,^<$,^(<<|«)$,^(<|«),(<|«)$ set mapleader=',' set titlestring='Mozilla Firefox' Continue reading

Programming , , ,