Changeset 20930
- Timestamp:
- 10/07/08 23:40:51 (2 months ago)
- Location:
- lang/javascript/vimperator-plugins/trunk
- Files:
-
- 3 modified
-
matanico.js (modified) (3 diffs)
-
nicontroller.js (modified) (4 diffs)
-
reading.js (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/vimperator-plugins/trunk/matanico.js
r19784 r20930 67 67 * 68 68 * HISTORY 69 * 2008/06/14 v0.10 initial written. 70 * 2008/06/27 v0.20 change replace argument to regexp with 'g' option. 71 * add matanico! command. 72 * refactoring 73 * display sended status if succeed. 74 * 2008/06/28 v0.21 change display strings, 'Yanked ' and 'Posted ' 75 * 2008/07/13 v0.30 change xpath function and xpath query 76 * 2008/07/14 v0.40 change url checking 77 * 2008/07/15 v0.50 make NicoScraper class 78 * add function to post tag page 79 * refer : http://nicovideo.g.hatena.ne.jp/koizuka/20080322/matanico_tag 80 * 2008/09/04 v0.60 add function to post related tag page 69 * 2008/06/14 ver. 0.10 - initial written. 70 * 2008/06/27 ver. 0.20 - change replace argument to regexp with 'g' option. 71 * - add matanico! command. 72 * - refactoring 73 * - display sended status if succeed. 74 * 2008/06/28 ver. 0.21 - change display strings, 'Yanked ' and 'Posted '. 75 * 2008/07/13 ver. 0.30 - change xpath function and xpath query. 76 * 2008/07/14 ver. 0.40 - change url checking. 77 * 2008/07/15 ver. 0.50 - make NicoScraper class. 78 * - add function to post tag page. 79 * refer : http://nicovideo.g.hatena.ne.jp/koizuka/20080322/matanico_tag 80 * 2008/09/04 ver. 0.60 - add function to post related tag page. 81 * 2008/10/08 ver. 0.61 - correspond vimperator specification 82 * "bang" in extra object on addUserCommand. 81 83 * */ 82 84 … … 247 249 // twitter's URL to post 248 250 var domain = 'http://twitter.com/'; 249 var postURL = 'http ://twitter.com/statuses/update.json';251 var postURL = 'https://twitter.com/statuses/update.json'; 250 252 251 253 // get user account for twitter … … 272 274 }, 273 275 // complete logic is none. 274 {} 276 { 277 bang: true, 278 } 275 279 ); 276 280 -
lang/javascript/vimperator-plugins/trunk/nicontroller.js
r20436 r20930 5 5 * @description-ja ニコニコ動画のプレーヤーをキーボードで操作できるようにする。 6 6 * @author janus_wel <janus_wel@fb3.so-net.ne.jp> 7 * @version 0.5 17 * @version 0.52 8 8 * @minversion 1.2 9 9 * ==VimperatorPlugin== … … 67 67 * - extract constant variables from code 68 68 * and define in NicoPlayerController.constants. 69 * 2008/10/08 ver. 0.52 - correspond vimperator specification 70 * "bang" in extra object on addUserCommand. 69 71 * */ 70 72 … … 474 476 catch(e) { liberator.echoerr(e); } 475 477 }, 476 {} 478 { 479 bang: true, 480 } 477 481 ); 478 482 … … 484 488 catch(e) { liberator.echoerr(e); } 485 489 }, 486 {} 490 { 491 bang: true, 492 } 487 493 ); 488 494 -
lang/javascript/vimperator-plugins/trunk/reading.js
r20857 r20930 1 /* *1 /* 2 2 * ==VimperatorPlugin== 3 3 * @name reading.js … … 132 132 }, 133 133 // complete logic is none. 134 { bang: true } 134 { 135 bang: true, 136 } 135 137 ); 136 138 … … 163 165 164 166 function canonicalizeURL(url) { 165 const PATHTRAQ_CANONICALIZE_URL_API = 'http://api.pathtraq.com/normalize_url2?api=json ;url=';167 const PATHTRAQ_CANONICALIZE_URL_API = 'http://api.pathtraq.com/normalize_url2?api=json&url='; 166 168 167 169 var req = new XMLHttpRequest();
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)