• Perry@kbin.social
    link
    fedilink
    arrow-up
    26
    ·
    edit-2
    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

      • LennethAegis@kbin.social
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        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.

        • Perry@kbin.social
          link
          fedilink
          arrow-up
          2
          ·
          1 year ago

          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.