Examine source code of Remove paid articles

Inspect and view changes in Remove paid articles source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "author": "Erik Fredriksen <erik@fredriksen.se>",
  "name": "Bort med Plusartikel",
  "version": "1.0.1resigned1",
  "description": "Raderar plus-artiklar på olika mediers hemsidor. Betalar man inte för plus, behöver man inte se det.\n\nFungerar på:\n * bohuslaningen.se\n * hn.se\n * hallandsposten.se\n * ttela.se",
  "icons": {
    "48": "icons/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.ttela.se/*",
        "*://*.bohuslaningen.se/*",
        "*://*.hn.se/*",
        "*://*.hallandsposten.se/*"
      ],
      "run_at": "document_start",
      "js": [
        "remover.js"
      ]
    }
  ],
  "applications": {
    "gecko": {
      "id": "bortmedplus@tapiren.se"
    }
  }
}