Changeset 167
- Timestamp:
- 11/18/07 19:01:41 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
facebook-app-spam/trunk/facebookappspamremover.user.js
r166 r167 1 1 // Facebook App Spam Remover 2 // Version 1.0 2-SVN2 // Version 1.03-SVN 3 3 4 4 // This Greasemonkey script removes the application spam which has … … 49 49 50 50 divs = document.getElementsByTagName('div'); 51 spampattern = new RegExp("(^|\\s)( ad_capsule|app_story)(\\s|$)");51 spampattern = new RegExp("(^|\\s)(social_ad|ad_capsule|app_story)(\\s|$)"); 52 52 bumperpattern = new RegExp("(^|\\s)bumper(\\s|$)"); 53 53 classpattern = new RegExp("(^|\\s)(one_liner|one_liner_cluster)(\\s|$)");
