Examine source code of Działowi newsowemu na fw podziękujemy

Inspect and view changes in Działowi newsowemu na fw podziękujemy 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,
  "name": "Działowi newsowemu na fw podziękujemy",
  "version": "1.0",
  "description": "https://github.com/mtdrewski/stopFilmweb",
  "icons": {
    "48": "icons/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.filmweb.pl/"
      ],
      "js": [
        "borderify.js"
      ]
    }
  ]
}