ReFont Firefox

Examine source code of ReFont

Inspect and view changes in ReFont source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ReFont",
  "version": "1.5resigned1",
  "description": "Change the font of any website to one of your choice!",
  "icons": {
    "64": "Pict64.png",
    "128": "Pict128.png"
  },
  "background": {
    "scripts": [
      "refont.js"
    ]
  },
  "browser_action": {
    "default_title": "ReFont",
    "default_icon": "Pict64.png",
    "default_popup": "browserAction.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "frontend.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "finder.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "<all_urls>",
    "storage",
    "tabs"
  ],
  "options_ui": {
    "page": "mgmt.refont#/general",
    "open_in_tab": true
  },
  "applications": {
    "gecko": {
      "id": "refont@c_ext",
      "strict_min_version": "52.0"
    }
  }
}

Best ReFont Alternatives

Here are some Firefox add-ons that are similar to ReFont: