Skip to content

Instantly share code, notes, and snippets.

@makimoto
Created March 18, 2011 16:12
Show Gist options
  • Save makimoto/876345 to your computer and use it in GitHub Desktop.
Save makimoto/876345 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name kill socialstream
// @namespace http://makimoto.tsuyabu.in/
// @include http://www.ustream.tv/*
// ==/UserScript==
document.getElementsByClassName('socialstream')[0].setAttribute('style','display:none');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment