diff options
author | janus_wel | 2008-11-15 07:50:45 +0000 |
---|---|---|
committer | janus_wel | 2008-11-15 07:50:45 +0000 |
commit | 2d62473f9adb2aa8c9564cd3ddd737227015da3c (patch) | |
tree | d383c14ab5ef43996cc82934053959abadb8b01d | |
parent | c8f39239b209dba0db279c0e2a11eeaed09de5b4 (diff) | |
download | vimperator-plugins-2d62473f9adb2aa8c9564cd3ddd737227015da3c.tar.bz2 |
change URL for tag list of Hatena-Bookmark.
Hatena co. had changed specification of Hatena-Bookmark?
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/branches/1.2@23770 d0d07461-0603-4401-acd4-de1884942a52
-rw-r--r-- | direct_bookmark.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/direct_bookmark.js b/direct_bookmark.js index d1058e1..4da363f 100644 --- a/direct_bookmark.js +++ b/direct_bookmark.js @@ -1,6 +1,6 @@ // Vimperator plugin: 'Direct Post to Social Bookmarks'
// Version: 0.12
-// Last Change: 22-Sep-2008. Jan 2008
+// Last Change: 15-Nov-2008. Jan 2008
// License: Creative Commons
// Maintainer: Trapezoid <trapezoid.g@gmail.com> - http://unsigned.g.hatena.ne.jp/Trapezoid
// Parts:
@@ -348,7 +348,7 @@ var xhr = new XMLHttpRequest();
var hatena_tags = [];
- xhr.open("GET","http://b.hatena.ne.jp/my",false);
+ xhr.open("GET","http://b.hatena.ne.jp/"+user,false);
xhr.send(null);
var mypage_html = parseHTML(xhr.responseText, ['img', 'script']);
|