Releases: FrostCo/AdvancedProfanityFilter
Releases · FrostCo/AdvancedProfanityFilter
1.0.6 - Popup Menu
Adding a Popup menu that can be accessed by clicking on the icon for the extension.
- Enable/disable the filter for the current site/domain (Fast toggle)
- Switch filter method (this is a global setting and effects all sites/domains
- Links to options, help, and getting started information
This release also includes fixes for the context (right-click) menu which includes the following features:
- Enable/disable the filter for the current site/domain
- Add the current selection to the filter
- Shortcut to access the options page
Note: This update also added the notification permission so I can provide an easy way to see when the extension is updated. Currently the only time a notification will be displayed is when the extension is updated.
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.