ソースを参照

fix delicious ext

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

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

@@ -194,7 +194,7 @@ ext.add("list-url", function(){
}, "list url");

ext.add("bookmark-delicious", function(){
f= 'http://www.delicious.com/save?url=' + encodeURIComponent(window.location.href) +
f= 'http://www.delicious.com/save?url=' + encodeURIComponent(window.content.location.href) +
'&title=' + encodeURIComponent(document.title) +
'&notes=' + encodeURIComponent('' + (window.getSelection ?
window.getSelection() : document.getSelection ?


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