Script Summary: Removes notifications/messages from the specified applications from the feed on Facebook homepage.
Version: 1.0 - 12th Sep 2009
This greasemonkey script removes (or blocks) all messages to your Facebook homepage posted by applications that are specified in the script.
You can edit the following line in the script to add applications to the black list:
var blackList = "app1,app2,app3";
Each name has to be what appears in the links of that application (You can find the application name by moving your mouse over the links beside the Comment and Like links in the footer of any feed by that application).
The names are separated by a comma, and CANNOT contain any spaces.
For example, lets pick the most popular facebook application, FarmVille. If you move your mouse over any of its links, you'll find its name 'onthefarm'
By default, the script blocks the messages from FarmVille, Poker and Mafia Wars. You can change them as mentioned above.
To install this script you need to be using Firefox, then you need to install the GreaseMonkey add on, then come to this page and click the install button at the top right hand of this page.



