Skip to content

Instantly share code, notes, and snippets.

@ucnv
Created May 17, 2010 14:26
Show Gist options
  • Save ucnv/403816 to your computer and use it in GitHub Desktop.
Save ucnv/403816 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Kill Ustream Socialstream
// @namespace http://aspietribe.com/
// @include http://www.ustream.tv/channel/*
// ==/UserScript==
var $ = unsafeWindow.jQuery, f = ($('.socialstream iframe').length ? $('.socialstream iframe')[0] : $('#twitter iframe').length ? $('#twitter iframe')[0] : {});
f.src = '';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment