ublacklist
ublacklist copied to clipboard
feat: See which rules are affecting a particular SERP entry
Summary
This PR implements a feature requested on issue #469 that allows the user to inspect which rules are having and effect on a particular search result.
This can be really useful in situations where you have multiple subscriptions that are very long and you don't know which exact rule might be causing an undesired effect.
Demo
https://github.com/user-attachments/assets/ec9c5120-f178-4346-b861-833696243c89
Technical Summary
This implementation consists basically of an expansion of the InteractiveRuleset
module, leveraging already existing functions like testRawWithURLParts
in order to query all rules that are affecting a particular SerpEntry
.
In order to accomplish this, subscriptions names are now tracked by the aforementioned class.
After this, the information is stored in a particular format and passed to the block-dialog
React component, which shows it in the newly added interface.
Both English and Brazilian Portuguese localizations are implemented.
Side Note
There seems to be an issue with the popup interface for the browser action (toolbar button) in the Firefox version of extension, but after checking into it, the bug already existed prior to the changes in this PR. (I'll probably look into it later.)