Releases: FrostCo/AdvancedProfanityFilter
Releases · FrostCo/AdvancedProfanityFilter
1.0.5 Fix context menu for Firefox
- Convert context menu domain controls to radio type for cross-browser support
1.0.4 Context Menu
- Added a context (right-click) menu with the following features:
- Add selection to filter (add words without typing them)
- Disable/Re-enable filter on current domain
- Open filter options page
- Added input validation on domains where filter should be disabled
1.0.3 Censor option: Preserve last character
- Censor Option: Preserve Last character of word. This can be combined with Preserve First to produce a result like
h***e
when filtering the wordhouse
- Remove "Settings saved successfully" message (displayed too frequently)
- New words are added with the exact match method by default
1.0.2 Bug fix: Remove default words
- Bug fix: Ability to remove default words
1.0.1 Auto upgrade wordList
- Automatically upgrade wordList
- On extension update the options page will be loaded
1.0.0
0.9.6
Changes in this release:
- MAJOR: Migrate from
mutation events
tomutation observers
- Increased performance
- Better forward compatibility
- Please create an issue if you notice a problem
- Use more precise XPATH to avoid modifying
scripts
orstyles
- Update counter in batches for better performance
- Add a changelog link to the settings page
- Add a support link to the settings page
0.9.5
Allows users to optionally grant permissions to run on local file://
urls.
0.9.4
Updated Icons
Merge pull request #15 from richardfrost/dev Update icons