Reduce Comments
4 posters
Page 1 of 1
Reduce Comments
- Spoiler:
- /*global rCOMM, document*/
rCOMM = {};
(function () {
rCOMM = {
comm: null,
num: 5,
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();
Ever wanted to remove a comment on your profile?
you can change the number below......
the num: 5 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.....
soRy for bAd english ahaha
Just paste it on your external js
Re: Reduce Comments
thanks for the codes
[DYOSZA]6lam :)- Newbie
- Posts : 18
Reputation : 1
Join date : 2009-05-26
Age : 29
Location : manila :D
Re: Reduce Comments
wew!
i tried this but it failed to work for me..
i tried this but it failed to work for me..
Last edited by [DYOSZA]JiNRiKiSHA on Mon Jun 22, 2009 5:29 pm; edited 1 time in total
Re: Reduce Comments
tenchu s share
[DYOSZA]gane- MOD
- Posts : 221
Reputation : 122
Join date : 2009-05-26
Age : 27
Location : Baguio City, Philippines
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum