Skip to content

Instantly share code, notes, and snippets.

@matschaffer
Created October 17, 2008 14:59
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 matschaffer/17436 to your computer and use it in GitHub Desktop.
Save matschaffer/17436 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Fix igoogle
// @namespace User
// @include http://www.google.com/ig
// ==/UserScript==
document.getElementById('col1').style.display = "None";
document.getElementById('gsea').style.display = "None";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment