Created
September 22, 2010 06:52
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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