aboutsummaryrefslogtreecommitdiffstats
path: root/account_switcher.js
AgeCommit message (Expand)Author
2010-11-29Fix <updateURL>anekos
2009-12-08Fix RegExp patternmasa138
2009-10-23add 'id' to tooltiptextmasa138
2009-10-22Add tumblrotsune
2009-10-08Add tooltipstextmasa138
class="nx">updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/uuid.js</updateURL> <detail><![CDATA[ == COMMANDS == uuid: generate and copy UUID == THANKS == http://moz-addon.g.hatena.ne.jp/ZIGOROu/20080417/1208413079 ]]></detail> </VimperatorPlugin>; //}}} (function() { const Ci = Components.interfaces; services.add("uuid", "@mozilla.org/uuid-generator;1", Ci.nsIUUIDGenerator); const UUID = services.get("uuid"); commands.add(['uuid'], 'generate and copy UUID', function(args) { let uuid = UUID.generateUUID().number; util.copyToClipboard(uuid); liberator.echo("generate "+uuid); }, { argCount: '0', }); })(); // vim: fdm=marker sw=4 ts=4 et: