Skip to content

Instantly share code, notes, and snippets.

@dslusser
Forked from anonymous/blockerList.json
Last active August 29, 2015 14:25
Show Gist options
  • Select an option

  • Save dslusser/0158d7f2dab541fbaeee to your computer and use it in GitHub Desktop.

Select an option

Save dslusser/0158d7f2dab541fbaeee to your computer and use it in GitHub Desktop.

Revisions

  1. @invalid-email-address Anonymous created this gist Jun 25, 2015.
    35 changes: 35 additions & 0 deletions blockerList.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,35 @@
    [
    {
    "action": {
    "type": "block"
    },
    "trigger": {
    "url-filter": ".*",
    "resource-type": ["script"],
    "load-type": ["third-party"],
    "if-domain": ["imore.com"]
    }
    },

    {
    "action": {
    "type": "css-display-none",
    "selector": "div.recent-posts"
    },
    "trigger": {
    "url-filter": ".*",
    "if-domain": ["imore.com"]
    }
    },

    {
    "action": {
    "type": "css-display-none",
    "selector": "div.netshelter-ad-inner"
    },
    "trigger": {
    "url-filter": ".*",
    "if-domain": ["imore.com"]
    }
    }
    ]