ParticleCore / Iridium

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

[Feature Request] channel video count #957

Closed eduzappa18 closed 3 months ago

eduzappa18 commented 4 months ago

It's something that I loved about the old userscript, specially for having the link to the channel using the channel id

I'd love to see that feature back

ParticleCore commented 3 months ago

Seems like the old logic will still work, they keep the same information available in the YouTuber page: image

Unsure about any edge cases, but just like before if it does not find anything then it won't show it.

Still need to check the new YouTube video page UI to ensure it will be positioned in the right place.

ParticleCore commented 3 months ago

The feature is working correctly, I'll keep the same style as in the past, which is how it is displayed in the channel page

image

There might be space limitations when the page size is too small, but it wouldn't be worth trying to resolve that so it will remain with that limitation.

Still need to implement the ability to click it and open the channel video tab.