Changeset 26963
- Timestamp:
- 12/18/08 00:20:12 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/userscripts/heatthenicovideoup.user.js
r26962 r26963 5 5 // @description Visualize comments upsurge for Nicovideo 6 6 // @license MIT License 7 // @version 0.3. 47 // @version 0.3.5 8 8 // @released 2007-09-11 09:00:00 9 // @updated 2008- 01-26 21:00:009 // @updated 2008-12-18 00:19:00 10 10 // @compatible Greasemonkey 11 11 // @include http://www.nicovideo.jp/watch/* … … 40 40 41 41 42 const WIDTH, DIVISION; 43 if(detail) { 44 WIDTH = 2; 45 DIVISION = 82; 46 } else { 47 WIDTH = 3; 48 DIVISION = 55; 49 } 42 const WIDTH = detail ? 2 : 3; 43 const DIVISION = detail ? 82 : 55; 50 44 51 45 const THERMOGRAPH_DATA = ['data:image/png;base64,', … … 613 607 script_name: 'Heat the nicovideo up', 614 608 script_url: 'http://blog.fulltext-search.biz/files/heatthenicovideoup.user.js', 615 current_version: '0.3. 4',609 current_version: '0.3.5', 616 610 more_info_url: 'http://blog.fulltext-search.biz/pages/visualize-comments-upsurge-greasemonkey-script-for-nicovideo', 617 611
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)