/*  try to replace sidebar innerHTML */
var cmtList = document.getElementById("nComments");
if(cmtList) {
	cmtList.innerHTML = cmtList.innerHTML.replace(/\[avatar:\d{2}\]/g,"");
}