Changeset 167

Show
Ignore:
Timestamp:
11/18/07 19:01:41 (14 months ago)
Author:
chris
Message:

Added support for removing a second kind of sponsored ad

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • facebook-app-spam/trunk/facebookappspamremover.user.js

    r166 r167  
    11// Facebook App Spam Remover 
    2 // Version 1.02-SVN 
     2// Version 1.03-SVN 
    33 
    44// This Greasemonkey script removes the application spam which has 
     
    4949 
    5050divs = document.getElementsByTagName('div'); 
    51 spampattern = new RegExp("(^|\\s)(ad_capsule|app_story)(\\s|$)"); 
     51spampattern = new RegExp("(^|\\s)(social_ad|ad_capsule|app_story)(\\s|$)"); 
    5252bumperpattern = new RegExp("(^|\\s)bumper(\\s|$)"); 
    5353classpattern = new RegExp("(^|\\s)(one_liner|one_liner_cluster)(\\s|$)");