Created
January 6, 2009 15:19
-
-
Save mort/43851 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
// ==UserScript== | |
// @name Hang The DJ | |
// @namespace http://simplelogica.net/cajondesastre/hangthedj | |
// @description Gets rid of blipfuckingfm on Twitter | |
// @include http://twitter.com/* | |
// @author mort ([email protected]) | |
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.js | |
// ==/UserScript== | |
$(function() { | |
$(":contains('http://blip.fm')").parent('tr.status').hide(); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment