var trolls = [1,593];
var profileLinks = document.getElementsByTagName('a');
for (var i = 0; i < profileLinks.length; i++) {
for (var j = 0; j < trolls.length; j++) {
if (profileLinks[i].href === ('http://forum.melee.org/index.php?action=profile;u=' + trolls[j])) {
var post = profileLinks[i].parentNode.parentNode.parentNode;
if (post.className === 'post_wrapper') {
post.innerHTML = '';
}
}
}
}
1772 is not medieval.
Nice, but why can't you just use ignore function?
Anyway, ignoring people really makes reading the forums more pleasant experience. I have about 20 people on my list which makes reading some threads pretty pointless when I can see barely every second message, but then again, it probably wouldn't be worth the time.