aboutsummaryrefslogtreecommitdiffstats
path: root/notifier/subject_wassr.js
diff options
context:
space:
mode:
authorsuVene2008-12-29 15:36:08 +0000
committersuVene2008-12-29 15:36:08 +0000
commit422295f4b044038d04a9a9e7d8b51a2d71292f2e (patch)
treed14b2aac76957ccf36e7f784b1489b0425516ff6 /notifier/subject_wassr.js
parent83d0b3b6cf9698a5f7615458631ff626bd840966 (diff)
downloadvimperator-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-xnotifier/subject_wassr.js2
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;