Skip to content

Instantly share code, notes, and snippets.

@docblades
Created September 22, 2010 06:52
Show Gist options
  • Save docblades/591253 to your computer and use it in GitHub Desktop.
Save docblades/591253 to your computer and use it in GitHub Desktop.
Userscript that cleans up that big, nasty "Stay In Touch" box from LinkedIn's home screen
// ==UserScript==
// @name Cleaner LinkedIn
// @namespace http://github.com/docblades
// @description Cleans up a few annoyances from LinkedIn's home screen
// @include http://*.linkedin.com/nhome/
// ==/UserScript==
tohide = document.getElementById("yui-gen4");
tohide.style.display = "none";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment