Skip to content

Instantly share code, notes, and snippets.

@mort
Created January 6, 2009 15:19
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 mort/43851 to your computer and use it in GitHub Desktop.
Save mort/43851 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Hang The DJ
// @namespace http://simplelogica.net/cajondesastre/hangthedj
// @description Gets rid of blipfuckingfm on Twitter
// @include http://twitter.com/*
// @author mort (manuel@simplelogica.net)
// @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