Changeset 5333

Show
Ignore:
Timestamp:
01/23/08 15:00:58 (5 years ago)
Author:
noriaki
Message:

lang/javascript/userscripts/niconicodougaanalytics.user.js: Fixed an error when not log in.

Files:
1 modified

Legend:

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

    r5323 r5333  
    55// @description    Analyzes comments for movie in NicoNicoDouga 
    66// @license        The MIT License 
    7 // @version        0.1.3 
     7// @version        0.1.4 
    88// @released       2008-01-19 14:00:00 
    9 // @updated        2008-01-23 03:00:00 
     9// @updated        2008-01-23 14:30:00 
    1010// @compatible     Greasemonkey 
    1111// @include        http://www.nicovideo.jp/watch/* 
     
    1717function init() { 
    1818        var $j = unsafeWindow.jQuery.noConflict(); 
    19         if(!$j('#WATCHFOOTER')) return; 
     19        if(!$j('#WATCHFOOTER').is('*')) return; 
    2020        var PE = unsafeWindow.PeriodicalExecuter; 
    2121        var ready = /l=\d+&/; 
     
    734734    script_name: 'NicoNicoDouga Analytics', 
    735735    script_url: 'http://blog.fulltext-search.biz/files/niconicodougaanalytics.user.js', 
    736     current_version: '0.1.3', 
     736    current_version: '0.1.4', 
    737737    more_info_url: 'http://blog.fulltext-search.biz/pages/niconicodouga-analytics', 
    738738