This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Ubiquity plugin | |
| // ALC(eijiro) | |
| var eijiro_waitqueue = []; | |
| var word_var = { | |
| _name: "search word", | |
| suggest: function( text, html ) { | |
| var suggestions = [CmdUtils.makeSugg(text)]; | |
| if(window.foxytunesGetCurrentTrackTitle){ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Ubiquity plugin | |
| // Tokyo amesh. | |
| CmdUtils.CreateCommand({ | |
| name: "amesh", | |
| author: { name: "Y. Hayamizu", email: "[email protected]"}, | |
| description: "Check weather around Tokyo.", | |
| help: "Just type \"amesh\", and then you get weather information.", | |
| _zeropad: function(num, width){ | |
| if (width - num.toString().length > 0){ |
NewerOlder