ParticleCore / Iridium

Iridium is an extension built to improve your YouTube experience
Other
1.31k stars 139 forks source link

Channel count not working correctly all the time #969

Closed ParticleCore closed 3 months ago

ParticleCore commented 3 months ago

YouTube has a few page changes that are affecting the ability for the extension to correctly set the video count in the subscriber count.

The current method employed relies on the following structure:

image

Whereas a different version has the following structure: image

Will implement a fallback that tries to simply set the text as is instead of updating the data.

ParticleCore commented 3 months ago

The fallback seems to be working correctly with the other YT page style:

image