FrostCo / AdvancedProfanityFilter

A browser extension to filter profanity from webpages
GNU General Public License v3.0
164 stars 27 forks source link

Angel Studios #579

Open richardfrost opened 1 month ago

richardfrost commented 1 month ago

:movie_camera: Angel Studios

https://www.angel.com

:pencil: Additional notes

Requested through an email and on the Chrome Web Store.

richardfrost commented 1 month ago

I think this config should work. Feel free to try it out, and assuming it all checks out I'll include it in the next version.

{
  "www.angel.com": [
    {
      "className": "bmpui-subtitle-region-container",
      "mode": "element",
      "subtitleSelector": "div.bmpui-container-wrapper span.bmpui-ui-subtitle-label span",
      "tagName": "DIV",
      "videoSelector": "video"
    }
  ]
}

To use this config, paste it into the Custom Sites area (Options page > Audio tab) and click the blue "SAVE" button underneath it. Then, make sure to refresh the tab for the video site (if you have it open still) and it will load this new configuration.

For best results, make sure to remove any custom config used for testing like this once it has been included in the official update.