Created
June 25, 2015 00:05
-
-
Save anonymous/d45857e4b6d7d1af9865 to your computer and use it in GitHub Desktop.
Testing Safari Content Blocker on iMore.com
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"action": { | |
"type": "block" | |
}, | |
"trigger": { | |
"url-filter": ".*", | |
"resource-type": ["script"], | |
"load-type": ["third-party"], | |
"if-domain": ["imore.com"] | |
} | |
}, | |
{ | |
"action": { | |
"type": "css-display-none", | |
"selector": "div.recent-posts" | |
}, | |
"trigger": { | |
"url-filter": ".*", | |
"if-domain": ["imore.com"] | |
} | |
}, | |
{ | |
"action": { | |
"type": "css-display-none", | |
"selector": "div.netshelter-ad-inner" | |
}, | |
"trigger": { | |
"url-filter": ".*", | |
"if-domain": ["imore.com"] | |
} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
blockerList.json File!