better filter for blacklist

This commit is contained in:
Martin Donnelly 2015-08-14 11:49:38 +01:00
parent 19891b95e0
commit 9ae52acdec

View File

@ -11,7 +11,7 @@
; ;
(function($) { (function($) {
var blackList = ['feeds.feedburner.com', 'pi.feedsportal.com', 'rc.feedsportal.com']; var blackList = ['feeds.feedburner.com', '.feedsportal.co'];
$.fn.unveil = function(threshold, callback) { $.fn.unveil = function(threshold, callback) {
var $w = $(window), var $w = $(window),