Disney+ Message Remover

Disney+ Message Remover

This addon is designed to remove messages from Disney+ before your movie starts. It currently blocks the stereotype warning which saves you 15 seconds. If any other type of message is added or shown I will update this plugin to block that as well.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Disney Message Remover",
  "version": "1.0",
  "permissions": [
    "https://www.disneyplus.com/*",
    "webRequest",
    "webRequestBlocking"
  ],
  "background": {
    "scripts": [
      "block.js"
    ]
  }
}