Changeset 12498

Show
Ignore:
Timestamp:
05/27/08 05:13:41 (5 years ago)
Author:
drry
Message:
  • added a filter "Seesaa BLOG - Remove ads"
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/javascript/userscripts/ldrprefav.user.js

    r11327 r12498  
    6666                                delete truePermalinks[link]; 
    6767                        }); 
     68                }, 
     69                "Seesaa BLOG - Remove ads" : function(f) { 
     70                        if (! /^http:\/\/[^.]+\.seesaa\.net\//.test(f.channel.link)) return; 
     71 
     72                        filter(f.items, function(i) { return i.link.indexOf("http://match.seesaa.jp/") != 0 }); 
    6873                }, 
    6974                "Userscripts.org - Trim spam" : function(f) {