Skip to content

Audio Muting: Alternate Configs

Richard Frost edited this page Mar 5, 2022 · 2 revisions

This page is to keep track of alternate configs that are sometimes needed for sites. This is usually due to using an older browser, or not having the latest codecs/DRM included in your browser. It can also be needed depending on the operating system you are using.

How to use

Copy the following code (or just specific sites) to your Custom Sites config box: Option page > Audio tab > Custom Sites (Advanced):

Alternate Configs

Don't forget to hit the "Save" button underneath the box, and then refresh the page to apply the latest settings

{
  "www.amazon.com": [
    {
      "displayHide": "none",
      "displaySelector": "div.webPlayerContainer div p > span",
      "displayShow": "",
      "iframe": false,
      "mode": "watcher",
      "muteMethod": 1,
      "note": "Issue 325, needed when Amazon offered an alternate HTML structure on Pop!_OS.",
      "parentSelector": "div.webPlayerContainer div span > span",
      "videoSelector": "div.webPlayerElement video[src]"
    }
  ]
}
Clone this wiki locally