http://qs321.pair.com?node_id=583227


in reply to Free Nodelet freed

Place links to chat clients and/or chat histories at the bottom of the CB.

// ======================================== // Replace chat clients. function replace_chat_clients() { var cb = document.getElementById('nodelet_body_row_Chatterbox') .firstChild .nextSibling; cb.removeChild(cb.lastChild); cb.removeChild(cb.lastChild); var container = document.createElement('div'); container.innerHTML = ('' + '<i>' + '<a href="http://nbpfaus.net/~pfau/cbhistory.cgi?site=PM">cbhi +story</a>' + ' | ' + '<a href="http://mini-cb60.flux8.com/">cb60</a>' + ' | ' + '<a href="/?node_id=20842">Others</a>' + '</i>' ); cb.appendChild(container); } replace_chat_clients();

Not very elegant. An array with the links would be nice.