• Perry
    link
    fedilink
    23
    edit-2
    2 years 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
      link
      fedilink
      42 years ago

      Do share, this would be a great boon for a lot of us while something similar get officially implemented.

      • LennethAegis
        link
        fedilink
        12 years 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
          link
          fedilink
          22 years 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.

          • LennethAegis
            link
            fedilink
            2
            edit-2
            2 years ago

            Ahh I am on Greasemonkey. Let me try Tampermonkey.

            EDIT: It worked on Tampermonkey, thanks for the tip.