When undoing a bang deletion, the bang is simply added back to the table, without reloading the entire page.
Bug Fixes
Fix default bang not being restored when deleting a custom bang that overrides a default bang.
Non-user-facing Changes
We no longer use blocking web requests to trigger bangs. This is due to Google's Manifest V3 not supporting blocking web requests. I do not see a way of triggering the bangs with the new Declarative Net Request API. The extension seems to work fine without the blocking requests, but if it turns out it doesn't, I will halt the Chromium support and add back the blocking requests.
Improvements
Bug Fixes
Non-user-facing Changes