Changeset 18883 for lang/javascript/userscripts
- Timestamp:
- 09/05/08 12:21:33 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/userscripts/nicovideo_watchlater.user.js
r18349 r18883 40 40 $j(e).insertBefore($j('div#PAGEBODY > table:eq(1) table:eq(1) tr:eq(0)')); 41 41 } 42 ) 42 ); 43 43 }, false); 44 44 … … 50 50 $j(e).insertAfter($j('div#PAGEBODY > table tr:eq(201)')); 51 51 } 52 ) 52 ); 53 53 }, false); 54 } ;54 } 55 55 56 if ( String(document.location).match("tag|serach") != - 1) {56 if (/tag|search/.test(String(document.location))) { 57 57 $j('table.mb16auto:eq(1) td div.thumb_L').toggle(function(){$j(this).parent().css('background-color','#ffbbff')}, function(){$j(this).parent().removeAttr('style')}); 58 } ;59 } ;60 } ;58 } 59 } 60 } 61 61 // delayed execute for except conflict of executing 62 62 setTimeout(exec, 500);
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)