AdvancedProfanityFilter icon indicating copy to clipboard operation
AdvancedProfanityFilter copied to clipboard

Pure Flix

Open richardfrost opened this issue 2 years ago • 2 comments

:movie_camera: The Site

https://app.pureflix.com/

:speech_balloon: Subtitle Element/Node

  • Uses cues

:pencil: Additional notes

Requested through the Chrome Web Store support page

richardfrost avatar Sep 29 '22 04:09 richardfrost

Although its using cues, there seems to be several different ways that they are using them depending on the video. Here is a basic config that worked on several that I tried. If you have a chance to try this config, let me know how it works for you, and if you do run into trouble please let me know which video it is.

{
  "app.pureflix.com": {
    "mode": "cue",
    "videoSelector": "div#player-container 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.

richardfrost avatar Sep 29 '22 04:09 richardfrost

The captions have changed, and this config seems to work and will be promoted to an officially supported site in the next release:

{
  "app.pureflix.com": [
    {
      "mode": "element",
      "subtitleSelector": "div.vjs-text-track-cue > div",
      "tagName": "div",
      "videoSelector": "video-js > video"
    }
  ]
}

richardfrost avatar Feb 22 '24 08:02 richardfrost

This has been included in version 3.4.0.

richardfrost avatar Mar 20 '24 15:03 richardfrost