소스 검색

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";



불러오는 중...
취소
저장