瀏覽代碼

add ext feed-add-to-feedly

pull/1/head
10sr 11 年之前
父節點
當前提交
c7aac494fc
共有 1 個檔案被更改,包括 8 行新增0 行删除
  1. +8
    -0
      _keysnail.js

+ 8
- 0
_keysnail.js 查看文件

@@ -522,6 +522,14 @@ ext.add("restart-firefox-add-menu", function(){

/////////////////////////////////////////
// feed url

ext.add("feed-add-to-feedly", function(){
var url = window.content.location.href;
window.content.location.href =
"http://cloud.feedly.com/#subscription%2Ffeed%2F" +
encodeURIComponent(url);
}, "Add current feed to feedly");

(function(){
var feedhandler = "http://cloud.feedly.com/#subscription%2Ffeed%2F%s";



Loading…
取消
儲存