소스 검색

fix command for feedly

pull/1/head
10sr 11 년 전
부모
커밋
831167b3da
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      _keysnail.js

+ 1
- 1
_keysnail.js 파일 보기

@@ -160,7 +160,7 @@ local["^https?://(www\.|cloud\.|)feedly\.com/"] = [
// }],
['l', function(ev, arg){
var host = window.content.location.host;
if (host === "cloud.feedly.com") {
if (host === "cloud.feedly.com" || host === "feedly.com") {
window.content.location.href = "http://" + host + "/#latest";
} else if (host === "www.feedly.com") {
window.content.location.href = "http://" + host + "/home#latest";


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