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
CmdUtils.CreateCommand({ | |
name: "xbl", | |
icon: "http://www.xbox.com/xweb/lib/images/xbox/favicon.ico", | |
homepage: "http://insideoutsites.com/ubiquity", | |
author: {name: "Brett Aaron", homepage:"http://insideoutsites.com/"}, | |
license: "GPL", | |
preview: function(pblock) { | |
var styleSheet = "<link href=\"http://insideoutsites.com/ubiquity/xbl/style.css\" rel=\"stylesheet\" type=\"text/css\" />"; | |
pblock.innerHTML = styleSheet + "<table><tr><td><tbody><img src=\"http://insideoutsites.com/ubiquity/xbl/loading.gif\" /><br /><br /><div style=\"font-size:0.6em;\"> LOADING YOUR XBL FRIENDS LIST...</div><br /></tbody></td></tr></table>"; |