It's a plain JavaScrips, therefore already sourcecoded

$ curl http://xci.mypool.name/pages/network.html
+ a new var with pools list. I hold the list in config.js. Something like:
var networkStat = {
"xci": [
["xci.mypool.name", "http://xci.mypool.name:42004"],
["democats.org", "http://pool3.democats.org:7713"],
["gorillapool.org", "http://gorillapool.org:8117"],
["xci.acidminer.org", "http://xci.acidminer.org:8117"],
["xci.cryptonotepool.com", "http://5.189.135.137:8119"],
["xci.ms-pool.net.ua", "http://xci.ms-pool.net.ua:8117"]
]
};
or simply:
curl http://xci.mypool.name/config.js
It's not perfect, but better than nothing.