Skip to content

Instantly share code, notes, and snippets.

@peel
Last active August 29, 2015 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peel/ad57a808db256688099d to your computer and use it in GitHub Desktop.
Save peel/ad57a808db256688099d to your computer and use it in GitHub Desktop.
declutter-corporate-dev-twitter.js
javascript:$('body').bind('ajaxSuccess',declutter);void(declutter());function declutter(){var rk=['java ee', 'java ee microservices', 'maven node plugin', 'maven grunt plugin', 'xml config'];$.each($('li.stream-item'), function(){var c = $(this).html(); var p = $(this); $.each(rk, function(i, v){ if(c.toLowerCase().indexOf(v) > 0){p.remove();}});});}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment