-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update adblocking added via right-click context menu to be editable under the brave://adblock "Custom filters" section #9581
Comments
Verified
MigrationUsing a previous browser version (I used
I added:
Then, testing the same profile after the upgrade (
Adding new filtersJust on the new version (
Reference Images (no blocked items)
Verification passed on
After upgrading to Revisit some of the websites and confirm that any previously blocked items are still hidden
Adding new filtersJust on the new version (
Reference Images (no blocked items) Verified passed with
Verified test plan from brave/brave-core#8156 (comment) Migration (Upgrade)Using a previous browser version (I used
I added:
Then, testing the same profile after the upgrade (
brave://adblock comparison before and after upgrade
Site comparison before and after upgrade
Just adding new filters (Clean profile)
|
Followup on #8914 and #9577
The right-click cosmetic filtering menu is a useful feature, but uses a different system than the one for custom adblock rules. It should be updated to append new cosmetic filter rules to the custom filters box on brave://adblock.
Any existing element hides added using the right-click method should be migrated to the custom filters box on the first startup of the browser after this change is implemented. Those can be turned into cosmetic filter rules fairly trivially - i.e.
<domain>##<CSS selector>
. The old cosmetic filtering logic (minus the right-click menu) can then be removed completely as in brave/brave-core#5099.The text was updated successfully, but these errors were encountered: