Changeset 33754
- Timestamp:
- 06/03/09 19:14:45 (4 years ago)
- Files:
-
- 1 modified
-
lang/javascript/userscripts/tubuyakix.user.js (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/userscripts/tubuyakix.user.js
r20116 r33754 2 2 // @name tubuyakix 3 3 // @namespace http://www.sakito.com/ 4 // @description Twitter and Wassr and nowa andothers poster4 // @description Twitter and Wassr and others poster 5 5 // @include * 6 6 // ==/UserScript== … … 23 23 24 24 var URL = "http://sakitodraftdoc.googlepages.com/tubuyakix.user.js.page"; 25 var VERSION = "200 80928";25 var VERSION = "20090603"; 26 26 27 27 if (self.location.href != top.location.href) { … … 102 102 tubuyakix_createinput(infoelement, "twitter"); 103 103 tubuyakix_createinput(infoelement, "wassr"); 104 tubuyakix_createinput(infoelement, "nowa");105 104 106 105 var button = c("button", "tubuyakix_button"); … … 193 192 "wassrusername" : v("tubuyakix_wassrusername"), 194 193 "wassrpassword" : v("tubuyakix_wassrpassword"), 195 "nowausername" : v("tubuyakix_nowausername"),196 "nowapassword" : v("tubuyakix_nowapassword")197 194 }; 198 195 … … 304 301 } 305 302 306 var nowaInfo = {307 "username" : accountsinfo.nowausername,308 "password" : accountsinfo.nowapassword309 };310 if (nowaInfo.username != "" && nowaInfo.password != "") {311 var nowaEndPoint = [312 'https://',313 nowaInfo.username,314 ':',315 nowaInfo.password,316 '@api.nowa.jp/status_message/update.json'317 ].join('');318 post(nowaEndPoint);319 }320 321 303 } 322 304
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)