ublacklist icon indicating copy to clipboard operation
ublacklist copied to clipboard

Fixed Discussions and Forums on Google Desktop

Open aug-dev opened this issue 9 months ago • 0 comments

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.

Result

fixed-forums-discussions-google

aug-dev avatar May 10 '24 03:05 aug-dev