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

Unified Diff: AdblockPlusSafariExtension/easylist_with_acceptable_ads.json

Issue 29327585: Issue 3050 - Fix broken AA links on google.com (Closed)
Patch Set: Created Sept. 12, 2015, 6:49 a.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: AdblockPlusSafariExtension/easylist_with_acceptable_ads.json
===================================================================
--- a/AdblockPlusSafariExtension/easylist_with_acceptable_ads.json
+++ b/AdblockPlusSafariExtension/easylist_with_acceptable_ads.json
@@ -655896,5 +655896,18 @@
"action": {
"type": "ignore-previous-rules"
}
+ },
+ {
+ "trigger": {
+ "resource-type": [
+ "document"
+ ],
+ "if-domain": [
+ "www.google.com"
+ ]
+ },
+ "action": {
+ "type": "ignore-previous-rules"
+ }
}
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld