Changeset 9018
- Timestamp:
- 04/06/08 21:19:17 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/userscripts/niconico_thuminfo_check.user.js
r8903 r9018 5 5 // @include http://* 6 6 // @include https://* 7 // @exclude http://www.nicovideo.jp/thumb/* 7 8 // @tag javascript,greasemonkey,nicovideo 8 9 // @readme http://d.hatena.ne.jp/Sore_0/20080327/1206621395 … … 295 296 296 297 function allrmVideoinfo(e){ 297 if(e.which != 18)return; // unsafeWindow.KeyEvent.DOM_VK_ALT 298 if(e.which != 18)return; // unsafeWindow.KeyEvent.DOM_VK_ALT 298 299 setTimeout( 299 300 function(){ … … 301 302 if(virtual_link){ 302 303 var vl = Iterator(virtual_link); 303 for(var i in vl){ 304 delete i; 305 virtual_link = []; 306 } 307 } 304 for(var i in vl)delete i; 305 } 306 virtual_link = []; 308 307 eachLater(box, 0.1, function(item){document.body.removeChild(item)}); 309 308 }, 1000);
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)