Changeset 26963

Show
Ignore:
Timestamp:
12/18/08 00:20:12 (4 years ago)
Author:
drry
Message:
  • bumped up the version.
  • et cetera.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/javascript/userscripts/heatthenicovideoup.user.js

    r26962 r26963  
    55// @description    Visualize comments upsurge for Nicovideo 
    66// @license        MIT License 
    7 // @version        0.3.4 
     7// @version        0.3.5 
    88// @released       2007-09-11 09:00:00 
    9 // @updated        2008-01-26 21:00:00 
     9// @updated        2008-12-18 00:19:00 
    1010// @compatible     Greasemonkey 
    1111// @include        http://www.nicovideo.jp/watch/* 
     
    4040 
    4141 
    42 const WIDTH, DIVISION; 
    43 if(detail) { 
    44     WIDTH = 2; 
    45     DIVISION = 82; 
    46 } else { 
    47     WIDTH = 3; 
    48     DIVISION = 55; 
    49 } 
     42const WIDTH    = detail ? 2 : 3; 
     43const DIVISION = detail ? 82 : 55; 
    5044 
    5145const THERMOGRAPH_DATA = ['data:image/png;base64,', 
     
    613607    script_name: 'Heat the nicovideo up', 
    614608    script_url: 'http://blog.fulltext-search.biz/files/heatthenicovideoup.user.js', 
    615     current_version: '0.3.4', 
     609    current_version: '0.3.5', 
    616610    more_info_url: 'http://blog.fulltext-search.biz/pages/visualize-comments-upsurge-greasemonkey-script-for-nicovideo', 
    617611