GNUify Firefox

Examine source code of GNUify

Inspect and view changes in GNUify source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GNUify",
  "version": "1.1",
  "description": "Replaces all occurrences of the word \"Linux\" with \"GNU/Linux\".",
  "icons": {
    "48": "icons/logo-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "gnuify.js"
      ],
      "run_at": "document_end"
    }
  ]
}

Best GNUify Alternatives

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