uBlockOrigin / uBOL-home

uBO Lite home (MV3)
GNU General Public License v3.0
1.22k stars 50 forks source link

Badge counter reports broken data #147

Closed ghost closed 3 months ago

ghost commented 4 months ago

Chrome version 126.0.6478.127 with uBlock Origin Lite 2024.7.3.674 It isn't actually blocking anything, just the counter shows wrong info. Capture

gorhill commented 4 months ago

How did you determine it's not blocking anything?

Most likely duplicate of https://github.com/uBlockOrigin/uBOL-home/issues/20.


By the way, the badge counter is driven by the browser through its DNR API, uBOL does not touch it.

ghost commented 4 months ago

How did you determine it's not blocking anything?

I am using Chrome's devtool to monitor blocked network requests. The badge counter is stuck at 1 on YouTube. Restarting the browser or doing a hard refresh is fixing it for that session.

Most likely duplicate of #20.

I read the issue and it sounds similar. You may close this one if you want.

By the way, the badge counter is driven by the browser through its DNR API, uBOL does not touch it.

Ah, I see. Thank you for the heads up.