Would anyone like a Chrome plugin that hides troll comments?
JeffTUSCL
California
This doesn't make the posts actually disappear (I have no control over this server) but it does allow anyone the ability to empower their browser to hide the display of the troll comments.
Got something to say?
Start your own discussion
41 comments
Latest
Install the Monkey Wrench plugin for Chrome:
https://chrome.google.com/webstore/detai…
A little tool icon will appear at the top right of your browser (it looks like a wrench & hammer overlapped). Right-click it and click "Options" from the menu that appears. A new tab will appear. Click the "New" menu option at the top. For the presented fields, enter these values:
Name:
DeTrollTUSCL
URL:
https://www.tuscl.net/
Leave the other fields blank. Then, lastly, click the "JS" tab (the one to the right of the "Settings" tab) and copy & paste this JavaScript code in the text area (and after you do click the "UPDATE" button at the bottom):
/* List of trolls you want to hide here, you can edit this list of names as you please */
var TrollArray = Array('twentyfive', 'Lil_Baller100', 'Nicole1994');
/* Don't edit stuff below*/
var Trolls = {};
for (var i = 0; i < TrollArray.length; i++) {
Trolls[TrollArray[i]] = 1;
}
$(document).ready(function(){
$('.link.profile').each(function(){
if (typeof Trolls[$(this).text()] !== 'undefined') {
$(this).closest('div.comment,div.discussion').hide();
}
});
});
http s://w ww.tu scl.net/
This will hide both comments within discussion topics as well as the discussion topics appearing within the topic lists. So right now I don't see any posts or comments at all from the 3 users in the copy & paste code from above.
I don't have anyone on Ignore at this time, but I do no read posts from some of the most egregious trolls.
Well done.
True and LMFAOROTF
True and LMFAOROTF
True and LMFAOROTF
True and LMFAOROTF
True and LMFAOROTF
True and LMFAOROTF
True and LMFAOROTF
True and LMFAOROTF
True and LMFAOROTF
True and LMFAOROTF
True and LMFAOROTF
True and LMFAOROTF
True and LMFAOROTF
True and LMFAOROTF
True and LMFAOROTF
True and LMFAOROTF
True and LMFAOROTF
True and LMFAOROTF
True and LMFAOROTF
True and LMFAOROTF
True and LMFAOROTF
True and LMFAOROTF
True and LMFAOROTF
True and LMFAOROTF
True and LMFAOROTF