← You did not specify any title Loading editor Post Newest threads Newest threads Oldest threads Newest replies Follow Hiding comments Mathmagician Here's some JS you can use if you like. $( hideComments( ["Ralok"], "(spam)" ) ); function hideComments(usernameList, replacementText) { var comments = $('.article-comm-text'); var numComments = comments.size(); var numUsers = usernameList.length; for (var i = 0; i < numComments; i++) { for (var j = 0; j < numUsers; j++) { if ($(comments[i].parentNode.parentNode).attr('data-user') === usernameList[j]) { comments[i].innerHTML = '<p>' + replacementText + '</p>'; } } } } The first parameter is an array of usernames whose comments you'd like to hide. E.g. ["Ralok", "User2", "Somebody else"]. The second parameter is the replacement text: "(spam)" Per your earlier request. Loading editor 22:42, May 9, 2012 Done Save changes Cancel Loading editor Reply Follow New test Timeshifter New test. Loading editor 00:52, February 15, 2012 Done Save changes Cancel Timeshifter OK. It looks like it is threaded. Where is the editing toolbar? Do wikilinks work? User:Timeshifter Loading editor 00:53, February 15, 2012 Done Save changes Cancel Timeshifter It looks like wiki links work. I think regular talk pages are much better. Toolbar, complex multi-threaded indentation, image sizing and placement is easier, image floats, and much more. Can't illustrate and discuss problems well with this. Loading editor 00:56, February 15, 2012 Done Save changes Cancel Loading editor Reply Follow Testing Timeshifter Testing. Loading editor 00:51, February 15, 2012 Done Save changes Cancel Timeshifter Reply test. Loading editor 00:52, February 15, 2012 Done Save changes Cancel Timeshifter Is this threaded? Loading editor 00:52, February 15, 2012 Done Save changes Cancel Loading editor Reply See archived talk page