Build AdvancedProfanityFilter with only libre code? #688
-
Since part of the AdvancedProfanityFilter codebase is proprietary (the audio muting part), is there a way to build the extension locally using only the code that is released under the GPL? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @jacob-willden, yes, you can definitely build it yourself if you'd like. Full details are available in the development.md file. Basically though here are the steps to build:
Let me know if you need anything else! |
Beta Was this translation helpful? Give feedback.
-
Excellent! Thanks for the information, and for continuing to develop this fantastic extension! |
Beta Was this translation helpful? Give feedback.
Hi @jacob-willden, yes, you can definitely build it yourself if you'd like. Full details are available in the development.md file.
Basically though here are the steps to build:
npm install
to install dependenciesnpm run build
to build the extension (dist/
folder)dist/
folder to load the extensionLet me know if you need anything else!