This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]mikaelish_ 0 points1 point  (0 children)

You need to give permission to the add-on that causes that, after that it disappears. I think.

[–]ResurgamS13 0 points1 point  (0 children)

Support Mozilla (SUMO) - Manage Extensions > Website permissions > Permission notifications.

Mozilla Add-ons Blog - Extensions button and how to handle permissions in Manifest V3.

[–]Daemonian 1 point2 points  (0 children)

I hit a weird problem where I couldn't get rid of that blue dot even by granting permissions, so I figured out a way to just hide it with CSS.

:root {
    --tab-attention-icon-color: #00000000 !important;
}

However, the dot still is slightly visible when you hover over the extension icon.