Created
November 6, 2015 23:32
-
-
Save bdougherty/fa34c4bfb952469f45b3 to your computer and use it in GitHub Desktop.
My custom 1Blocker packages
This file contains hidden or 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
[{ | |
"id": "0aefa581-b042-4f36-b39c-74daa33b682a", | |
"name": "Block Annoying Article Stuff", | |
"rules": [{ | |
"id": "634b4fd6-e2c9-4ce4-bcf9-0d52b4c74baa", | |
"name": "The Atlantic", | |
"content": { | |
"trigger": { | |
"url-filter": "^[^:]+://+([^:/]+\\.)?theatlantic\\.com[:/]", | |
"url-filter-is-case-sensitive": true, | |
"load-type": [] | |
}, | |
"action": { | |
"type": "css-display-none", | |
"selector": ".social-icons, .social-links, .nav-article, .callout, .most-popular-container" | |
} | |
} | |
}, { | |
"id": "6f026354-0c5f-4ea4-a421-fce64bf511bb", | |
"name": "Buzzfeed", | |
"content": { | |
"trigger": { | |
"url-filter": "^[^:]+://+([^:/]+\\.)?buzzfeed\\.com[:/]", | |
"url-filter-is-case-sensitive": true, | |
"load-type": [] | |
}, | |
"action": { | |
"type": "css-display-none", | |
"selector": ".action-bar" | |
} | |
} | |
}, { | |
"id": "6138d814-b56c-4ab6-8814-a66e56c2bee2", | |
"name": "Huffpost", | |
"content": { | |
"trigger": { | |
"url-filter": "^[^:]+://+([^:/]+\\.)?huffpost\\.com[:/]", | |
"url-filter-is-case-sensitive": true, | |
"load-type": [] | |
}, | |
"action": { | |
"type": "css-display-none", | |
"selector": ".share-bar" | |
} | |
} | |
}, { | |
"id": "61d95b8f-d98f-43a8-b020-f6d608f3babc", | |
"name": "Medium", | |
"content": { | |
"trigger": { | |
"url-filter": "^[^:]+://+([^:/]+\\.)?medium\\.com[:/]", | |
"url-filter-is-case-sensitive": true, | |
"load-type": [] | |
}, | |
"action": { | |
"type": "css-display-none", | |
"selector": ".postActionsBar, .postActions, .postFooter--promo" | |
} | |
} | |
}, { | |
"id": "f0519625-1638-4d05-a392-ef99c3fa5ae0", | |
"name": "The Next Web", | |
"content": { | |
"trigger": { | |
"url-filter": "^[^:]+://+([^:/]+\\.)?thenextweb\\.com[:/]", | |
"url-filter-is-case-sensitive": true, | |
"load-type": [] | |
}, | |
"action": { | |
"type": "css-display-none", | |
"selector": ".js_articleShare, .tnwg2-header-follow-channels" | |
} | |
} | |
}, { | |
"id": "0c176880-9ad1-426e-9a53-46b18b09a8f6", | |
"name": "The Onion", | |
"content": { | |
"trigger": { | |
"url-filter": "^[^:]+://+([^:/]+\\.)?theonion\\.com[:/]", | |
"url-filter-is-case-sensitive": true, | |
"load-type": [] | |
}, | |
"action": { | |
"type": "css-display-none", | |
"selector": ".share-container, .ad-item, .taboola-inbetweener, #mobile-share" | |
} | |
} | |
}, { | |
"id": "c6b0a135-e95c-40c6-b5f5-9c014726be9a", | |
"name": "Philadelphia Magazine", | |
"content": { | |
"trigger": { | |
"url-filter": "^[^:]+://+([^:/]+\\.)?phillymag\\.com[:/]", | |
"url-filter-is-case-sensitive": true, | |
"load-type": [] | |
}, | |
"action": { | |
"type": "css-display-none", | |
"selector": ".entry-social, .widget_related_posts, #sponsored_native_ad" | |
} | |
} | |
}, { | |
"id": "62bb7103-6494-42ca-b727-c28fcc521b94", | |
"name": "Polygon", | |
"content": { | |
"trigger": { | |
"url-filter": "^[^:]+://+([^:/]+\\.)?polygon\\.com[:/]", | |
"url-filter-is-case-sensitive": true, | |
"load-type": [] | |
}, | |
"action": { | |
"type": "css-display-none", | |
"selector": "#follow-bar, .m-share-buttons, #chorus-social-fixed" | |
} | |
} | |
}, { | |
"id": "e5a40076-00fa-4dad-9f0b-2cb7b16a3521", | |
"name": "TechCrunch", | |
"content": { | |
"trigger": { | |
"url-filter": "^[^:]+://+([^:/]+\\.)?techcrunch\\.com[:/]", | |
"url-filter-is-case-sensitive": true, | |
"load-type": [] | |
}, | |
"action": { | |
"type": "css-display-none", | |
"selector": ".footer-follow, .social-share" | |
} | |
} | |
}] | |
}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment