Skip to content

Instantly share code, notes, and snippets.

@badsyntax
Created August 18, 2010 08:59
Show Gist options
  • Save badsyntax/534092 to your computer and use it in GitHub Desktop.
Save badsyntax/534092 to your computer and use it in GitHub Desktop.
var li=document.getElementById('timeline').querySelectorAll('li.status');for(var i in li){try{var c=li[i].querySelectorAll('.entry-content')[0];if (/tw[i\!\|]fficiency/i.test(c.innerHTML)) li[i].parentNode.removeChild(li[i]);}catch(e){}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment