thesoloist

u/thesoloist@kbin.social
3 posts · 31 comments

Recent posts

Recent comments

Yeah there is some weird issue with firefox and VM (at least on my rig) that causes an issue where clicking on subscribe or block opens a link to an error code instead. No idea why but I'm glad it is working for you guys on different platforms! I also pushed an update for the animations to disappear quicker.

I think the issue has to do with Firefox & violentmonkey. I read there's been issues in the past due to websites cps. Don't know much about it, but I'm currently running tamper monkey on firefox and I have no problems. I'll state a warning as an edit. Thanks for letting me know!

Yeah It’s got some bugs I haven’t sussed out yet but only because I’ve been trying to figure out the bad request issue. Curious that you’re not having that issue! What browser and extension are you using? If it is working for you then maybe it’s something on my end. Will do some testing a bit later.

Damn cool update Perry. One question for you: I added css scroll to the subscription panel, however now with the new edit section the star and ignore tool ignore the scroll function. Are they in a container or is there a way i can get it to scroll with the rest of the elements? I attached an image of what I mean

I've got it working on my end, and super easy. here's what I'm using (although I adjusted the height and width to fit my custom script so remove whatever you don't prefer):

    aside#subscription-panel-content {
        margin-left: 15px;
        background-color: #1a1a1b!important;
        border: var(--kbin-options-border)0px!important;
        color: var(--kbin-section-text-color);
        margin-bottom: .5rem;
        margin-right: 18px!important;
        margin-top: -5px;
        padding-top: 2rem;
        padding-right: 1rem;
        padding-left: 1rem;
        padding-bottom: .4rem;
        border-radius: 0 0 .5rem .5rem !important;
        height: fit-content;
        position: relative;
    }

    div#subscription-panel ul {
        overflow: scroll;
        height: calc(100vh - 270px);
    }

this is great. thank you. any way to make the center column wider so its not so squeezed?
edit: attached an image of what it currently looks like

yeah reddit can suck it. There’s a work around with Apollo that allows you to easily open the page in Apollo when you see this pop up. But no more after 30th. Instead for those who have iOS you can use this google cache shortcut. Just hit the share button, and click get cache and it will open up a cached version of the page. It’s works quickly and haven’t had any issues yet. Works for subreddits that went dark too.