YouTubeRedux
YouTubeRedux copied to clipboard
"Published on Premiered"
Example:
https://www.youtube.com/watch?v=jCQd6YqTnOk
You should check if it already says "Premiered" and if so, don't add the "Published on".
The thing is that "Published on" is added via CSS only (to avoid visibly adding/removing text that could be disruptive) and the only way to check if a video was a "Premiere" is via JS. Which also means it's fixable and I'll look into it. Thanks for the report!
maybe setting visibility to none in the css, and then changing the text via js and then overriding the visibility with the element's style