Hang The DJ

By Manuel Gonzalez Noriega Last update Feb 25, 2009 — Installed 91 times. Daily Installs: 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0

There are 1 previous version of this script.

// ==UserScript==
// @name           Hang The DJ
// @namespace      http://simplelogica.net/cajondesastre/hangthedj
// @description    Gets rid of blipfuckingfm / spotify on Twitter
// @include        http://twitter.com/*
// @author				 mort (manuel@simplelogica.net)	
// @require	    	 http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.js
// @version        0.2
// ==/UserScript==
$(function() {
		$(":contains('http://blip.fm'), :contains('http://open.spotify.com')").parent('li.status').hide();
});