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 responses so far ↓
1 EvR // Tuesday, 26 February 2008, 11:14 HST @843
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
2 billso // Tuesday, 26 February 2008, 14:13 HST @967
True - but I wanted to get rid of the ads on LinkedIn, too.
Leave a Comment