ソースを参照

fix

pull/1/head
10sr 10年前
コミット
a300125e45
1個のファイルの変更5行の追加1行の削除
  1. +5
    -1
      _keysnail.js

+ 5
- 1
_keysnail.js ファイルの表示

@@ -20,7 +20,6 @@ ext.add("open-bookmarks-in-new-tab", function(){
getService(Ci.nsIXULAppInfo).version)) {
return;
}
window.whereToOpenLink = function(e, ib, ia){ return "tab"; };


// I cannot fully understand what happen but keysnail emit error
@@ -38,6 +37,11 @@ ext.add("open-bookmarks-in-new-tab", function(){
// '!(e.altKKey && !ignoreAlt))) ' +
// 'return "tab";')
// );


// This is useless because reload opens new tab.
// window.whereToOpenLink = function(e, ib, ia){ return "tab"; };

}, "open in new tab");
ext.exec("open-bookmarks-in-new-tab");



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