Created
April 26, 2012 21:26
-
-
Save mreidsma/2503349 to your computer and use it in GitHub Desktop.
Bookmarklet to hide #libchat Tweets (or any tweet containing certain text)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a href="javascript:(function() {$('p.js-tweet-text:contains(\'libchat\')').parent().parent().parent().hide();})()">Hide #libchat</a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.