Skip to content

Instantly share code, notes, and snippets.

@mreidsma
Created April 26, 2012 21:26
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 mreidsma/2503349 to your computer and use it in GitHub Desktop.
Save mreidsma/2503349 to your computer and use it in GitHub Desktop.
Bookmarklet to hide #libchat Tweets (or any tweet containing certain text)
<a href="javascript:(function() {$('p.js-tweet-text:contains(\'libchat\')').parent().parent().parent().hide();})()">Hide #libchat</a>
@mreidsma
Copy link
Author

I'm sure I'm going to get crucified for this, but I don't really want to read libchat tweets on WEdnesday nights and I follow too many librarians. So this bookmarklet makes them go away on the Twitter website.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment