ublacklist
ublacklist copied to clipboard
Fixed Discussions and Forums on Google Desktop
Summary
This fixes the issue #457, where uBlacklist fails to block entries in the "Discussions and Forums" section on Google Desktop.
Technical Explanation
The main problem seems to be the fact that the previous rule was targeting an element that had a role
attribute with the value link
, but in the current version of Google, the element now has a role="button"
.
Changing this seems to fix the issue, but the problem was that the div in which the action was inserted had a lot of styles conflicting with the ones from the extension.
Instead, I changed the target to a div with the class .iDBaYb
, that seems to be more reliable.