Fix counter placement with new style
Github changed the releases structure. Check the style works properly in your extension.
Can confirm this pull request fixes #34
Thanks for this PR 👍 that does, indeed, restore the downloads count!
When I load https://github.com/ytdl-patched/yt-dlp/releases/tag/2022.07.08.40298 in my browser, this is what I get:
i.e. there's a very wide gap between the number of downloads and the DL icon itself... Sadly, I don't master CSS code myself, but upon trial-and-error I found that commenting out https://github.com/addshore/browser-github-release-downloads/blob/03309fdb31337ad1cc0d91e1a4b109ed91293099/app/scripts/contentscript.js#L48
will make it look as below:
i.e. much closer to the way it looked before GH's latest, totally uncalled for 😞 , change...
If you asked me, I'd also hope for a CSS "way" to
- Align in the same vertical column all the DL icons; when the DL number becomes 2-digit (3-digit, etc.), the DL icon for that number is shifted to the right accordingly...
- Do away completely with the newly added, far-right, "20 hours ago" column; it's basically redundant, since that info is already available previously:
@Vangelis66 better create an issue for this.
Hi could you please update the chrome extension with the patch in the google web store?
after downloading zip from https://github.com/aonez/chrome-github-release-downloads/tree/patch-2 and from chrome extension load unpack ex, i don't see dll count from release
very strange, to be sur i added
console.log(el.href);
i see correctly the download file in the list from chrome console
the var downloadMap have it too, but with also download count.
but never enter in this if :
if (el.href in downloadMap) {
Hi could you please update the chrome extension with the patch in the google web store?
Hi, sorry I have been off traveling. Let me take a look at this now!
Looks better than nothing!
