AO3 Enhancements Firefox

Examine source code of AO3 Enhancements

By: Jas
Inspect and view changes in AO3 Enhancements source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "AO3 Enhancements v0.7.0",
  "short_name": "AO3 Enhancements",
  "description": "Various tweaks and enhancements for ArchiveOfOurOwn.org",
  "author": "Jasmin Bom",
  "icons": {
    "48": "icons/icon.svg",
    "96": "icons/icon.svg"
  },
  "background": {
    "scripts": [
      "background/background.js"
    ],
    "type": "module"
  },
  "options_ui": {
    "page": "options_ui/options_ui.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.archiveofourown.org/*"
      ],
      "js": [
        "content_script/content_script.js"
      ],
      "css": [
        "content_script/content_script.css"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icons/icon.svg",
        "options_ui/options_ui.html"
      ],
      "matches": [
        "*://*.archiveofourown.org/*"
      ]
    }
  ],
  "permissions": [
    "storage",
    "unlimitedStorage",
    "contextMenus"
  ],
  "host_permissions": [
    "*://*.archiveofourown.org/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "ao3-enhancements@jsmnbom",
      "strict_min_version": "117.0"
    },
    "gecko_android": {
      "strict_min_version": "128.0"
    }
  },
  "version": "0.7.0"
}

Best AO3 Enhancements Alternatives

Here are some Firefox add-ons that are similar to AO3 Enhancements: