I'm not entirely sure how to properly ping users, but I've updated the comment with a pastebin with the code. https://pastebin.com/P0mR9QL6
Perry
I really wanted something similar so I threw a quick and dirty tampermonkey script together to fetch the subscriptions from the settings page. I think it worked out pretty alright.
Edit: Someone else can probably do something a lot better, but here is the code: https://pastebin.com/P0mR9QL6
Paste it into a new script and call the addSubscriptionsSidePanel()
function to run it.
Edit2: I've uploaded it to Greasy Fork so that you can install it directly: https://greasyfork.org/en/scripts/469139-kbin-subscriptions-panel
There are many other more impressive and even more famous music videos, but this one is THE video I think of when anyone mentions music videos.
JetBrains have some quite extensive VC tooling built into their IDEs which I use almost exclusively. I used to do everything in the terminal, but I find it so much quicker and simpler to do it directly in the IDE.
It actually came to my attention recently that Lemmy/Kbin does in fact support markdown tables similar to Reddit. The issue is that there is no preview function, at least on Kbin.social which I'm using, so it's very difficult to see that it's formatted correctly.
In theory, it should be possible to use the same or at least similar markdown that I'm generating for Reddit, but I'm quite heavily relying on abusing Reddit specific quirks in order to get the formatting to look right.
I'll see what I can do next week.
I'm absolutely baffled over how much of a clusterfuck Reddit and particularly Huffman personally has turned this into.
Why in the ever loving PR suicide by not shutting the fuck up, did Reddit think that starting a war against their own moderators would be a good idea? I'm wondering if I have ever seen a company handle a situation this badly before. This is utterly insane.
Huffman has somehow managed to take a mild inconvenience that would blow over in a few days and turned that into a major crisis and then turned that crisis into an existential threat to the future of the company.
What's funnier is that Kbin squashes them into a square and then seem to stretch that square into some strange almost 3:2 landscape format.
I tried to add some custom CSS with Tampermonkey to fix the thumbnails, and was extremely confused until I realised what was happening.
Maybe I'm just being dumb, but wouldn't site: kbin.social
also catch everything that kbin.social is federated with? You wouldn't of course literally be searching the entire fediverse, but it would functionally be more or less the same thing, as I understand it.
No worries, it's my first published Tampermonkey script so there are probably a lot of quirks that should be ironed out.
I'm using Chrome on MacOS. Which extension are you using? I've only tested this in Tampermonkey and I did read somewhere that Greasemonkey may have dropped support for the GM_addStyle() function which I'm using.
If possible, it would really help if you could post any errors that you might be getting in the web inspector console.