Do Not Like

Do Not Like

Automatically clicks 'I don't like this ad' on Twitter adverts, removing them from your feed.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Do Not Like",
  "version": "0.0.2",
  "manifest_version": 2,
  "description": "Automatically clicks 'I don't like this ad' on Twitter adverts, removing them from your feed.",
  "homepage_url": "http://github.com/jonty/do_not_like",
  "content_scripts": [
    {
      "matches": [
        "https://twitter.com/*"
      ],
      "js": [
        "src/inject.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "src/do_not_like.js"
  ]
}