Examine source code of Пикабу только плюсики

Inspect and view changes in Пикабу только плюсики 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Пикабу только плюсики",
  "short_name": "ПикабуТолькоПлюсики",
  "version": "1.0.3",
  "description": "Больше никакой печали на пикабу! Заменяет минусы в ваших комментариях на плюсы.",
  "icons": {
    "128": "icon_128.png"
  },
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "*://pikabu.ru/*"
      ],
      "js": [
        "jquery.js",
        "script.js"
      ],
      "run_at": "document_start"
    }
  ]
}