ynshung / better-yt-shorts

Playback, volume, timestamp controls and more on YouTube Shorts.
GNU General Public License v3.0
240 stars 43 forks source link

Avoid multiline splits of upload date #215

Closed Moondarker closed 8 months ago

Moondarker commented 8 months ago

Hey there!

I'm not sure how it looks on other locales, but here a normal date looks like this: 21 oct. 2023.

Scrolling through Shorts you will occasionally see videos where the upload date is split into multiple lines and glued together by the extension, but backwards: 2023 21 oct., which is quite a sore in the eye.

I'm not sure what would be the best solution here, but this seems to be both the easiest and most reliable one 🤔

tiagohconte commented 8 months ago

Yeah, that thing is annoying for me too.

When I implemented the date thing, the aria-label did not exist on the Firefox version of YouTube so I chose to just get the content. It looks like it works on Firefox now so that's great :smile: