Skip to content

Instantly share code, notes, and snippets.

@grorg
Created August 6, 2015 00:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grorg/b4f3666a9a214596abc3 to your computer and use it in GitHub Desktop.
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"
}
}
]
Copy link

ghost commented Apr 12, 2016

What exactly is "blockerList.json"?

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