Remove HBO loading dots Firefox

Examine source code of Remove HBO loading dots

By: restry
Inspect and view changes in Remove HBO loading dots source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Remove HBO loading dots",
  "description": "HBO player has a bug that makes the loading dots appear continuously. This extension simply removes them.",
  "version": "1.0",
  "permissions": [
    "https://play.hbomax.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://play.hbomax.com/*"
      ],
      "run_at": "document_end",
      "js": [
        "content-script.js"
      ]
    }
  ],
  "manifest_version": 2
}

Best Remove HBO loading dots Alternatives

Here are some Firefox add-ons that are similar to Remove HBO loading dots: