forked from rsimmons/subadub
-
Notifications
You must be signed in to change notification settings - Fork 2
Custom filters
Martin Hassman edited this page Jan 26, 2021
·
3 revisions
If preinstalled filters are not enough for you, then you can write your custom filters.
In custom filter, you specify what exactly happens with subtitles before they are displays. You need to know a little bit of JavaScript programming to do this.
For now, you can do this only in the extension version that is downloaded directly from GitHub. You need to edit the file custom_filters.js
and write your filter there. In the future there could be some user interface for this, to make it easier.
If your filter is working well for you, then you can share it with others in project discussions.
- π» Installation
- π Install for Chrome π
- π Install for Firefox π
- Other versions
-
π° Instructions for users