Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save youpy/1010674 to your computer and use it in GitHub Desktop.
Save youpy/1010674 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 = ($('iframe.socialstream').length ? $('iframe.socialstream')[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