Skip to content

Instantly share code, notes, and snippets.

@gardner
Last active April 1, 2016 19:11
Show Gist options
  • Save gardner/231ee06a4f581c289876613e72047cf0 to your computer and use it in GitHub Desktop.
Save gardner/231ee06a4f581c289876613e72047cf0 to your computer and use it in GitHub Desktop.
filter out the jerks
$("#robinChatMessageList").bind("DOMSubtreeModified", function() {
$( ".robin--username:contains(Antrix_of_Hate)" ).parent().hide()
$( ".robin--username:contains(keepfrgettngmypsswrd)" ).parent().hide()
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment