Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: easylist+exceptionrules_content_blocker.json

Issue 29812643: #12104 - Fixed blocked in-feed ads (Closed)
Patch Set: Created June 21, 2018, 7:15 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: easylist+exceptionrules_content_blocker.json
===================================================================
--- a/easylist+exceptionrules_content_blocker.json
+++ b/easylist+exceptionrules_content_blocker.json
@@ -637895,6 +637895,20 @@
},
{
"trigger": {
+ "url-filter": "^https?://s\\.yimg\\.com/av/.*ball/ads/",
+ "resource-type": [
+ "image"
+ ],
+ "if-domain": [
+ "*yahoo.com"
+ ]
+ },
+ "action": {
+ "type": "ignore-previous-rules"
+ }
+ },
+ {
+ "trigger": {
"url-filter": "^https?://yimg\\.com..*\\.yimg\\.com/av/curveball/ads/",
"resource-type": [
"image"
@@ -637923,6 +637937,20 @@
},
{
"trigger": {
+ "url-filter": "^https?://ads\\.yap\\.yahoo\\.com/nosdk/wj/v1/getAds\\.do\\?.*",
+ "resource-type": [
+ "script"
+ ],
+ "if-domain": [
+ "*yahoo.com"
+ ]
+ },
+ "action": {
+ "type": "ignore-previous-rules"
+ }
+ },
+ {
+ "trigger": {
"url-filter": "^https?://doubleclick\\.net/clk;",
"resource-type": [
"popup"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld