mika.dev
mika.dev
I have a white-themed website. So a black box looks a bit odd.
I understand your arguments, but I don't want to trick the users into thinking it's from the browser (Like those scam websites).
I will take a look at it when I have time.
+1 This would be an awesome addition. Especially because the Niagara Launcher focuses on simplicity and cleanness. It would allow anyone to customise the launcher without adding any unnecessary UI...
I agree with @stephenwilley that there's no need to overcomplicate things. What we need is a straightforward API that lets us alter the favorites list. The API should have the...
If someone is looking for a way to do it using XML, here you go: ``` https://img.shields.io/badge/dynamic/xml?url=https%3A%2F%2FPlayBadges.pavi2410.me%2Fbadge%2Fdownloads%3Fid%3D%26pretty&query=%2F%2F%2A%5Blocal-name%28%29%20%3D%20%27svg%27%5D%2F%2A%5Blocal-name%28%29%20%3D%20%27g%27%5D%5B2%5D%2F%2A%5Blocal-name%28%29%20%3D%20%27text%27%5D%5B4%5D ``` Base URL: `https://img.shields.io/badge/dynamic/xml` Parameters: - `url`: `https://PlayBadges.pavi2410.me/badge/downloads?id=&pretty` (`&pretty` is optional) - `query`:...
It uses this badge type: https://shields.io/badges/dynamic-xml-badge and selects the text of this project's badge using an XPath selector.
Fixed 👍🏻
Fixed 👍🏻
Fixed