Skip to content

Commit

Permalink
Updated filters
Browse files Browse the repository at this point in the history
  • Loading branch information
ameshkov committed Jan 19, 2016
1 parent 78ff724 commit 6606179
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 14 deletions.
8 changes: 6 additions & 2 deletions Extension/filters/filter_2.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
9 changes: 7 additions & 2 deletions Extension/filters/filter_9.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
Expand Down
7 changes: 5 additions & 2 deletions Extension/filters/filter_mobile_2.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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(); });
Expand Down
5 changes: 3 additions & 2 deletions Extension/filters/filter_mobile_9.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 6 additions & 6 deletions Extension/filters/filters.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@
<name><![CDATA[English filter]]></name>
<description><![CDATA[Based on EasyList. Filter that enables removing of the ads from websites with English content.]]></description>
<homepage><![CDATA[http://adguard.com/filters.html#english]]></homepage>
<version><![CDATA[1.0.75.36]]></version>
<version><![CDATA[1.0.75.37]]></version>
<expires><![CDATA[21600]]></expires>
<timeUpdated><![CDATA[2016-01-19T20:00:39.227+04:00]]></timeUpdated>
<timeUpdated><![CDATA[2016-01-19T21:06:31.585+04:00]]></timeUpdated>
<displayNumber><![CDATA[1]]></displayNumber>
<subscriptionUrl><![CDATA[http://adguard.com/ru/filter-rules.html?id=2]]></subscriptionUrl>
<languages>
Expand Down Expand Up @@ -576,9 +576,9 @@
<name><![CDATA[Spanish/Portuguese filter]]></name>
<description><![CDATA[Filter that enables removing of the ads from websites in Spanish and Portuguese.]]></description>
<homepage><![CDATA[http://adguard.com/filters.html#spanish]]></homepage>
<version><![CDATA[1.0.86.15]]></version>
<version><![CDATA[1.0.86.16]]></version>
<expires><![CDATA[21600]]></expires>
<timeUpdated><![CDATA[2016-01-14T18:35:34.239+04:00]]></timeUpdated>
<timeUpdated><![CDATA[2016-01-19T21:07:08.751+04:00]]></timeUpdated>
<displayNumber><![CDATA[10]]></displayNumber>
<subscriptionUrl><![CDATA[http://adguard.com/ru/filter-rules.html?id=9]]></subscriptionUrl>
<languages>
Expand Down Expand Up @@ -719,9 +719,9 @@
<name><![CDATA[Mobile ads filter]]></name>
<description><![CDATA[Filter for all known mobile ad networks]]></description>
<homepage><![CDATA[http://adguard.com/filters.html#mobile]]></homepage>
<version><![CDATA[1.0.2.14]]></version>
<version><![CDATA[1.0.2.15]]></version>
<expires><![CDATA[21600]]></expires>
<timeUpdated><![CDATA[2016-01-19T17:42:37.965+04:00]]></timeUpdated>
<timeUpdated><![CDATA[2016-01-19T21:07:19.864+04:00]]></timeUpdated>
<displayNumber><![CDATA[99]]></displayNumber>
<subscriptionUrl><![CDATA[http://adguard.com/ru/filter-rules.html?id=11]]></subscriptionUrl>
<languages/>
Expand Down

0 comments on commit 6606179

Please sign in to comment.