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.

  • Share/Bookmark

{ 2 comments }

EvR Tuesday, 26 February 2008 at 11:14 HST @510

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

billso Tuesday, 26 February 2008 at 14:13 HST @634

True - but I wanted to get rid of the ads on LinkedIn, too.

Comments on this entry are closed.

blog comments powered by Disqus