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? |
Answered by
richardfrost
May 27, 2025
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! |
0 replies
Answer selected by
richardfrost
|
Excellent! Thanks for the information, and for continuing to develop this fantastic extension! |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 installto install dependenciesnpm run buildto build the extension (dist/folder)dist/folder to load the extensionLet me know if you need anything else!