Skip to content

Instantly share code, notes, and snippets.

@grorg
Created August 6, 2015 00:15
Show Gist options
  • Select an option

  • Save grorg/b4f3666a9a214596abc3 to your computer and use it in GitHub Desktop.

Select an option

Save grorg/b4f3666a9a214596abc3 to your computer and use it in GitHub Desktop.
Block Taboola and Outbrain
[
{
"action": {
"type": "block"
},
"trigger": {
"description": "That 'content you may like' crap.",
"url-filter": "^[a-zA-Z][a-zA-Z0-9+-.]*:/+([^/]+\\.)?taboola\\.com"
}
},
{
"action": {
"type": "block"
},
"trigger": {
"description": "More 'content discovery' rubbish",
"url-filter": "^[a-zA-Z][a-zA-Z0-9+-.]*:/+([^/]+\\.)?outbrain\\.com"
}
}
]

ghost commented Apr 12, 2016

Copy link
Copy Markdown

What exactly is "blockerList.json"?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment