Skip to content

Instantly share code, notes, and snippets.

@matschaffer
Created October 17, 2008 14:59
Show Gist options
  • Select an option

  • Save matschaffer/17436 to your computer and use it in GitHub Desktop.

Select an option

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