diff options
author | suVene | 2008-12-29 15:36:08 +0000 |
---|---|---|
committer | suVene | 2008-12-29 15:36:08 +0000 |
commit | 422295f4b044038d04a9a9e7d8b51a2d71292f2e (patch) | |
tree | d14b2aac76957ccf36e7f784b1489b0425516ff6 /notifier/subject_wassr.js | |
parent | 83d0b3b6cf9698a5f7615458631ff626bd840966 (diff) | |
download | vimperator-plugins-422295f4b044038d04a9a9e7d8b51a2d71292f2e.tar.bz2 |
add subject_twitter.scraper.js
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@27570 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'notifier/subject_wassr.js')
-rwxr-xr-x | notifier/subject_wassr.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notifier/subject_wassr.js b/notifier/subject_wassr.js index a1bf6eb..88a302a 100755 --- a/notifier/subject_wassr.js +++ b/notifier/subject_wassr.js @@ -39,7 +39,7 @@ notifier.subject.register(notifier.SubjectHttp, { }, preInitialize: function() { [username, password] = $U.getUserAndPassword('http://wassr.jp', 'http://wassr.jp'); - this.options.url = URL + username + '&page=4'; + this.options.url = URL + username; this.options.extra.username = username; this.options.extra.password = password; return (username && password) ? true : false; |