Skip to content

Instantly share code, notes, and snippets.

@Homestar
Homestar / x
Created November 27, 2008 11:46
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;\">&nbsp;&nbsp;LOADING YOUR XBL FRIENDS LIST...</div><br /></tbody></td></tr></table>";