From 21728809dab33dac55b59635d4bb802c0b9ed745 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sun, 10 Jun 2012 02:26:16 +0900 Subject: [PATCH] fix delicious ext --- _keysnail.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_keysnail.js b/_keysnail.js index aca3962..56be619 100644 --- a/_keysnail.js +++ b/_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) + '¬es=' + encodeURIComponent('' + (window.getSelection ? window.getSelection() : document.getSelection ?