EOLium Firefox

Examine source code of EOLium

Inspect and view changes in EOLium source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "EOLium",
  "description": "Enable new features on ElOtroLado.net forums like live filtering, hide read threads or compact mode",
  "version": "1.5.0",
  "author": "Nauzet Hernandez <nauzethc@gmail.com>",
  "icons": {
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "images/icon19.png",
      "38": "images/icon38.png"
    },
    "default_title": "EOLium",
    "default_popup": "options.html"
  },
  "permissions": [
    "https://www.elotrolado.net/",
    "storage"
  ],
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "*://www.elotrolado.net/*"
      ],
      "js": [
        "js/browser-polyfill.js",
        "js/global.js"
      ],
      "css": [
        "styles/global.css"
      ]
    },
    {
      "run_at": "document_end",
      "matches": [
        "*://www.elotrolado.net/foro_*"
      ],
      "js": [
        "js/browser-polyfill.js",
        "js/forums.js"
      ],
      "css": [
        "styles/forums.css"
      ]
    },
    {
      "run_at": "document_end",
      "matches": [
        "*://www.elotrolado.net/hilo_*"
      ],
      "js": [
        "js/browser-polyfill.js",
        "js/threads.js"
      ],
      "css": [
        "styles/threads.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "images/eollogo.svg"
  ]
}

Best EOLium Alternatives

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