diff --git a/Extension/filters/filter_2.txt b/Extension/filters/filter_2.txt
index ba79ac48ca..4e0d403dbe 100644
--- a/Extension/filters/filter_2.txt
+++ b/Extension/filters/filter_2.txt
@@ -1,10 +1,10 @@
! Title: English filter
-! Version: 1.0.75.36
+! Version: 1.0.75.37
! Name: English filter
! Description: Based on EasyList. Filter that enables removing of the ads from websites with English content.
! NameEn: English filter
! DescriptionEn: Based on EasyList. Filter that enables removing of the ads from websites with English content.
-! TimeUpdated: 2016-01-19T19:00:39.227+03:00
+! TimeUpdated: 2016-01-19T20:06:31.585+03:00
! Title: Adguard English Filter.
!
! Filter that enables removing of the ads from websites with English content.
@@ -30,6 +30,8 @@
!
! Section contains list of advertising networks
!
+||d3ax6xygyb5hn9.cloudfront.net^
+||arecio.work^$third-party
.bbelements.com^$third-party
.doublepimp.com^$third-party
.lockscalecompare.com^$popup
@@ -343,6 +345,8 @@
!
! These rules are against anti-adblock scripts
!
+! https://github.com/AdguardTeam/ExperimentalFilter/issues/1329#issuecomment-172873242
+@@||adf.ly^$generichide
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1217
cultofmac.com##.adblock-notification-wrapper
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1262
diff --git a/Extension/filters/filter_9.txt b/Extension/filters/filter_9.txt
index 2a7a91587a..61302221f7 100644
--- a/Extension/filters/filter_9.txt
+++ b/Extension/filters/filter_9.txt
@@ -1,10 +1,10 @@
! Title: Spanish/Portuguese filter
-! Version: 1.0.86.15
+! Version: 1.0.86.16
! Name: Spanish/Portuguese filter
! Description: Filter that enables removing of the ads from websites in Spanish and Portuguese.
! NameEn: Spanish/Portuguese filter
! DescriptionEn: Filter that enables blocking of ads on websites in Spanish and Portuguese.
-! TimeUpdated: 2016-01-14T17:35:34.239+03:00
+! TimeUpdated: 2016-01-19T20:07:08.751+03:00
! Title: Adguard Spanish/Portuguese Filter.
!
! Filter that enables removing of the ads from websites in Spanish.
@@ -28,6 +28,11 @@
!---------------- Direct adverts -----------------------------------!
||sexobr.ws/ads$third-party
!---------------- Common CSS rules ---------------------------------!
+!
+!---------------- White list (exceptions list) ---------------------!
+! https://github.com/AdguardTeam/ExperimentalFilter/issues/1328
+tustoons.blogspot.com.es#@#.afs_ads
+!---------------- General hiding rules------------------------------!
##.bannerBox
!---------------- Specific web sites rules -------------------------!
||t26.net/mkt_assets/banners/poringa/$domain=poringa.net
diff --git a/Extension/filters/filter_mobile_2.txt b/Extension/filters/filter_mobile_2.txt
index 86770031b9..ada93e734c 100644
--- a/Extension/filters/filter_mobile_2.txt
+++ b/Extension/filters/filter_mobile_2.txt
@@ -1,15 +1,17 @@
! Title: English filter
-! Version: 1.0.75.36
+! Version: 1.0.75.37
! Name: English filter
! Description: Based on EasyList. Filter that enables removing of the ads from websites with English content.
! NameEn: English filter
! DescriptionEn: Based on EasyList. Filter that enables removing of the ads from websites with English content.
-! TimeUpdated: 2016-01-19T19:00:39.227+03:00
+! TimeUpdated: 2016-01-19T20:06:31.585+03:00
#%#window.AG_onLoad = function(func) { if (window.addEventListener) { window.addEventListener('DOMContentLoaded', func); } };
#%#window.AG_removeElementById = function(id) { var element = document.getElementById(id); if (element && element.parentNode) { element.parentNode.removeChild(element); }};
#%#window.AG_removeElementBySelector = function(selector) { if (!document.querySelectorAll) { return; } var nodes = document.querySelectorAll(selector); if (nodes) { for (var i = 0; i < nodes.length; i++) { if (nodes[i] && nodes[i].parentNode) { nodes[i].parentNode.removeChild(nodes[i]); } } } };
#%#window.AG_each = function(selector, fn) { if (!document.querySelectorAll) return; var elements = document.querySelectorAll(selector); for (var i = 0; i < elements.length; i++) { fn(elements[i]); }; };
#%#var AG_removeParent = function(el, fn) { while (el && el.parentNode) { if (fn(el)) { el.parentNode.removeChild(el); return; } el = el.parentNode; } };
+||d3ax6xygyb5hn9.cloudfront.net^
+||arecio.work^$third-party
.bbelements.com^$third-party
.doublepimp.com^$third-party
.lockscalecompare.com^$popup
@@ -251,6 +253,7 @@
||zedo.com^$third-party
||zemanta.com^$third-party
||zeti.com^$third-party
+@@||adf.ly^$generichide
cultofmac.com##.adblock-notification-wrapper
fullstuff.net#%#var AG_AntiAntiBlock = function() { var baseCreateElement = document.createElement; document.createElement = function(name) { if (name && name.match(/div|font|center/i)) { return null; } else { return baseCreateElement(name); } } };
fullstuff.net#%#AG_onLoad(function() { AG_AntiAntiBlock(); });
diff --git a/Extension/filters/filter_mobile_9.txt b/Extension/filters/filter_mobile_9.txt
index 439f19cef9..aa147a60dd 100644
--- a/Extension/filters/filter_mobile_9.txt
+++ b/Extension/filters/filter_mobile_9.txt
@@ -1,16 +1,17 @@
! Title: Spanish/Portuguese filter
-! Version: 1.0.86.15
+! Version: 1.0.86.16
! Name: Spanish/Portuguese filter
! Description: Filter that enables removing of the ads from websites in Spanish and Portuguese.
! NameEn: Spanish/Portuguese filter
! DescriptionEn: Filter that enables blocking of ads on websites in Spanish and Portuguese.
-! TimeUpdated: 2016-01-14T17:35:34.239+03:00
+! TimeUpdated: 2016-01-19T20:07:08.751+03:00
#%#window.AG_onLoad = function(func) { if (window.addEventListener) { window.addEventListener('DOMContentLoaded', func); } };
#%#window.AG_removeElementById = function(id) { var element = document.getElementById(id); if (element && element.parentNode) { element.parentNode.removeChild(element); }};
#%#window.AG_removeElementBySelector = function(selector) { if (!document.querySelectorAll) { return; } var nodes = document.querySelectorAll(selector); if (nodes) { for (var i = 0; i < nodes.length; i++) { if (nodes[i] && nodes[i].parentNode) { nodes[i].parentNode.removeChild(nodes[i]); } } } };
#%#window.AG_each = function(selector, fn) { if (!document.querySelectorAll) return; var elements = document.querySelectorAll(selector); for (var i = 0; i < elements.length; i++) { fn(elements[i]); }; };
#%#var AG_removeParent = function(el, fn) { while (el && el.parentNode) { if (fn(el)) { el.parentNode.removeChild(el); return; } el = el.parentNode; } };
||sexobr.ws/ads$third-party
+tustoons.blogspot.com.es#@#.afs_ads
##.bannerBox
||t26.net/mkt_assets/banners/poringa/$domain=poringa.net
forum.ad###branding-content > div#sidebar_header
diff --git a/Extension/filters/filters.xml b/Extension/filters/filters.xml
index f3309984db..537ed3f493 100644
--- a/Extension/filters/filters.xml
+++ b/Extension/filters/filters.xml
@@ -80,9 +80,9 @@
-
+
-
+
@@ -576,9 +576,9 @@
-
+
-
+
@@ -719,9 +719,9 @@
-
+
-
+