diff options
author | janus_wel | 2008-11-25 05:39:30 +0000 |
---|---|---|
committer | janus_wel | 2008-11-25 05:39:30 +0000 |
commit | 805360f9f8804690e9f28256d78082b0a31b2037 (patch) | |
tree | 0069e388141a722f15bb7feee641649017552680 /direct_bookmark.js | |
parent | e84109d085435e39c64bfbca6fbff2fa48c078fa (diff) | |
download | vimperator-plugins-805360f9f8804690e9f28256d78082b0a31b2037.tar.bz2 |
chase change of はてなブックマーク's tag list
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/branches/1.2@24808 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'direct_bookmark.js')
-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 854e802..e818b22 100644 --- a/direct_bookmark.js +++ b/direct_bookmark.js @@ -1,6 +1,6 @@ // Vimperator plugin: 'Direct Post to Social Bookmarks'
// Version: 0.13
-// Last Change: 22-Nov-2008. Jan 2008
+// Last Change: 25-Nov-2008. Jan 2008
// License: Creative Commons
// Maintainer: Trapezoid <trapezoid.g@gmail.com> - http://unsigned.g.hatena.ne.jp/Trapezoid
// Parts:
@@ -352,7 +352,7 @@ xhr.send(null);
var mypage_html = parseHTML(xhr.responseText, ['img', 'script']);
- var tags = getElementsByXPath("//ul[@id=\"taglist\"]/li/a",mypage_html);
+ var tags = getElementsByXPath('id("tags")/li/a',mypage_html);
tags.forEach(function(tag){
hatena_tags.push(tag.innerHTML);
|