Skip to content

Instantly share code, notes, and snippets.

@andrewjamesford
Created September 25, 2015 11:33
Show Gist options
  • Save andrewjamesford/15825c66248438e950f4 to your computer and use it in GitHub Desktop.
Save andrewjamesford/15825c66248438e950f4 to your computer and use it in GitHub Desktop.
Simple gist that blocks third party image, fonts and scripts except for the decknetwork ads.
[
{"action": {"type": "block"}, "trigger": {"url-filter": ".*", "resource-type": ["script"], "load-type": ["third-party"] } },
{"action": {"type": "block"}, "trigger": {"url-filter": ".*", "resource-type": ["font"], "load-type": ["third-party"] } },
{"action": {"type": "block"}, "trigger": {"url-filter": ".*", "resource-type": ["image"], "load-type": ["third-party"] } },
{"action": {"type": "ignore-previous-rules"}, "trigger": {"url-filter": ".*", "if-domain": ["*decknetwork.net"] } }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment