[quote][b][color=red]For educational purposes only.[/color][/b][/quote]
[b]Updated as of May 2008[/b]
Ever wanted to remove a comment on your profile?
you can change the [b][color=red]RED[/color][/b] number below......
the num: [b][color=red]5[/color][/b] mean you will just have 5 comments on your profile
you dont have to worry, it will remove the very bottom of your comment 1st & so on.....
[quote]/*global rCOMM, document*/
rCOMM = {};
(function () {
rCOMM = {
comm: null,
num: [b][color=red]5[/color][/b],
init: function () {
rCOMM.comm = rCOMM.getElementsByClassName(document.getElementById("content_18"), "div", /fitem1wrapper/i);
for (var x = rCOMM.num, y = rCOMM.comm.length; x < y; x += 1) {
if (rCOMM.comm[x]) {
rCOMM.comm[x].parentNode.removeChild(rCOMM.comm[x]);
}
}
},
getElementsByClassName: function (oElm, sTag, sClass) {
var elm = [];
if (!oElm) {
oElm = document;
}
if (!sTag) {
sTag = "*";
}
var els = oElm.getElementsByTagName(sTag) || document.all;
for (var j = 0, k = els.length; j < k; j += 1) {
if (new RegExp(sClass).test(els[j].className)) {
elm.push(els[j]);
}
}
return elm;
}
};
})();
rCOMM.init();[/quote]
Last edited by feruzz (2008-05-15 12:23:27)