Changeset 15058
- Timestamp:
- 07/02/08 23:29:35 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/vimperator-plugins/trunk/nicovideo_comment.js
r15057 r15058 6 6 * @minVersion 0.6pre 7 7 * @author otsune 8 * @version 0. 18 * @version 0.2 9 9 * ==/VimperatorPlugin== 10 10 * … … 17 17 liberator.commands.addUserCommand(['nico'],'Fill comment form in nicovideo', 18 18 function(arg, special){ 19 var flvp = window.content. wrappedJSObject.document.getElementById('flvplayer');20 var form = special ? ' inputArea.MailInput.text' : 'inputArea.ChatInput1.text' ;21 flvp. SetVariable(form, arg.toString() );19 var flvp = window.content.document.getElementById('flvplayer'); 20 var form = special ? 'MailInput.text' : 'ChatInput.text' ; 21 flvp.wrappedJSObject.SetVariable(form, arg.toString() ); 22 22 },{ 23 23 completer: function(filter, special){
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)