Yes, Claude. Firefox

Examine source code of Yes, Claude.

By: Oni
Inspect and view changes in Yes, Claude. source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Yes, Claude.",
  "version": "1.3.32",
  "description": "Auto-clicks Continue & Retry, scrolls to bottom, session alerts, live usage stats, and smart auto-download for claude.ai.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://claude.ai/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://claude.ai/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "yes-claude@oni.dev",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best Yes, Claude. Alternatives

Here are some Firefox add-ons that are similar to Yes, Claude.: