Skip to content

Instantly share code, notes, and snippets.

@dehowell
Created January 18, 2016 21:05
1Blocker Ruleset for Blocking Facebook
[
{
"id": "b4e83825-482a-4ede-a574-3906c5528d07",
"name": "Quit Facebook",
"rules": [
{
"id": "a95775c4-4347-4d85-967f-7881f75459d7",
"name": "Facebook",
"content": {
"trigger": {
"url-filter": "https?://.*\\.facebook\\.com",
"load-type": []
},
"action": {
"type": "block"
}
}
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment