Yes, Claude. Firefox

Examine source code of Yes, Claude.

By: Oni Add-on
Inspect and view changes in Yes, Claude. source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Yes, Claude.",
  "version": "1.3.50",
  "description": "Auto-clicks Continue and 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"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://claude.ai/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "storage",
    "alarms",
    "https://claude.ai/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "yes-claude@oni.dev",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Yes, Claude. Alternatives

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