ソースを参照

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


読み込み中…
キャンセル
保存