AdvancedProfanityFilter
AdvancedProfanityFilter copied to clipboard
Pure Flix
: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
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.
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"
}
]
}
This has been included in version 3.4.0.