220
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 20 Jun 2023
220 points (100.0% liked)
/kbin meta
39 readers
1 users here now
Magazine dedicated to discussions about the kbin itself. Provide feedback, ask questions, suggest improvements, and engage in conversations related to the platform organization, policies, features, and community dynamics. ---- * Roadmap 2023 * m/kbinDevlog * m/kbinDesign
founded 1 year ago
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
link to script?
Do share, this would be a great boon for a lot of us while something similar get officially implemented.
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
@mrbitterness @LennethAegis @RodPhoto
Thanks for sharing, but it doesn't seem to work for me. Even with my other scripts turned off. Looking at your screenshot, is that Safari on IOS? Maybe an OS specific issue as I'm on Windows using Firefox. Not pressuring you to fix it, just letting you know it might not work on other platforms.
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.
Ahh I am on Greasemonkey. Let me try Tampermonkey.
EDIT: It worked on Tampermonkey, thanks for the tip.
Awesome! Glad it worked.
Pls share the script, looks great.