Getting started with Greasemonkey userscripts
Are there elements of the Web pages you frequent that annoy you? If so, the odds are good that they have also annoyed someone with a working knowledge of JavaScript who has taken it upon his or herself to create a userscript to address the issue. Greasemonkey is a Firefox add-on that lets you install and run these userscripts to improve your browsing experience. There is a seemingly endless supply of these userscripts that add or remove elements on a page or change its appearance or behavior. In this tutorial, I will show you how to get up and running … Read more