浏览代码

fix command for feedly

pull/1/head
10sr 10 年前
父节点
当前提交
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";


正在加载...
取消
保存