Better UIs Firefox

Examine source code of Better UIs

By: jrc03c
Inspect and view changes in Better UIs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Better UIs",
  "version": "0.2",
  "description": "Redirects sites with awful and/or slow UIs (like medium.com) to sites with fast, lightweight UIs (like scribe.rip).",
  "icons": {
    "48": "icon-48.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "storage"
  ],
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "better-uis@ameyama.com"
    }
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
}

Best Better UIs Alternatives

Here are some Firefox add-ons that are similar to Better UIs: