Examine source code of FA Notes Saver

Inspect and view changes in FA Notes Saver 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
{
  "name": "FA Notes Saver",
  "version": "1.0.0",
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "*://*.furaffinity.net/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "manifest_version": 2
}