Userscripts
These are scripts I have written for Greasemonkey, a Firefox plugin that is available on this page.
Internet Duct Tape has an excellent explanation of what Greasemonkey is and how to install this handy extension.
If you already have Greasemonkey installed, click any of the links below to install that script.
- Hide LinkedIn News Box (25 February 2008)












{ 2 comments }
Bill,
I was also annoyed by the New section on LinkedIn. I like your greasemonkey script, but there’s an even easier way:
var news = document.getElementById(“news”);
news.style.display=”none”;
Respectfully,
Rick
True - but I wanted to get rid of the ads on LinkedIn, too.
Comments on this entry are closed.