瀏覽代碼

update hatebu ext

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

+ 2
- 3
_keysnail.js 查看文件

@@ -405,9 +405,8 @@ ext.add('send-escape', function (ev, arg) {
}, 'escape');

ext.add("open-hatebu-comment", function (ev, arg) {
if (window.loadURI) {
loadURI("javascript:location.href='http://b.hatena.ne.jp/entry?mode=more&url='+encodeURIComponent(location.href);");
}
var url = window.content.location.href.replace(/^[^/]*\/\//, "");
window.content.location.href = "http://b.hatena.ne.jp/entry/" + url;
}, 'hatebu');

// ext.add("focus-on-content", function(){


Loading…
取消
儲存