Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Building iOS Content Blockers

Kuba Suder
January 21, 2016

Building iOS Content Blockers

Kuba Suder

January 21, 2016
Tweet

More Decks by Kuba Suder

Other Decks in Programming

Transcript

  1. Filter'format [ { "trigger": { ... }, "action": { ...

    } }, { "trigger": { ... }, "action": { ... } }, ... ]
  2. Blocking)elements { "trigger": { "url-filter": ".*", "if-domain": ["onet.pl"] }, "action":

    { "type": "css-display-none", "selector": "#banner, .cookie, div[title=Sport]" } }