billso.com

Bill Sodeman writes about management, mobile computing and information systems

billso.com header image 3

Userscripts

This page was last modified on Wednesday, 21 May 2008, 11:38 HST @818


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/Save/Bookmark
Tags: Firefox, greasemonkey, linkedin, plugin

Print This Print This

Comments

  • EvR
    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.
blog comments powered by Disqus