thesoloist

joined 1 year ago
 

As part of what are likely wider additions in iOS 17 beta 3, Apple has added full credits to nearly every track and album that it hosts.

[–] [email protected] 1 points 1 year ago

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.

[–] [email protected] 1 points 1 year ago

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!

[–] [email protected] 2 points 1 year ago (3 children)

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.

11
Magazine Pop-up v0.1.8 (media.kbin.social)
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

Hi all,

I'm currently working on a script that shows a pop-up element of the sidebar subscribe/block button when hovering over the magazine links on the threads page. Click here for the code:

This was done with the help of chatgpt (which variably sucks) so if you want to make a variation of the code go for it! I think this feature would be great if it was implemented in the site itself similar to hovering over usernames. This way it makes it easy to subscribe and block magazines without having to click into the page itself.

Feel free to point out any bugs and I will try and suss it out.

**EDIT: If you are using Violentmonkey and are having issues when clicking subscribe or block, try and use Tampermonkey or a different script add-on. There are some discrepancies on my end with firefox and VM and I'm not completely sure why error codes are thrown. I have read that there have been similar issues before with VM and Firefox due to Firefox CSP issues.

v1.6

Updated it to hide faster once finished interacting with the popup.

v1.7

added boxshadow

v1.8

performance improvement

Make sure to activate "Check for updates" if it isn't already activated.

[–] [email protected] 2 points 1 year ago

lmao no worries

[–] [email protected] 1 points 1 year ago

perfect thank you!

[–] [email protected] 2 points 1 year ago (2 children)

It's actually at the top of the post rather than the bottom. Would you prefer it at the bottom?

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago) (2 children)

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

[–] [email protected] 2 points 1 year ago (5 children)

Glad you like it and thanks for pointing that out! I just pushed an update.

6
Kbin Darker Dark Mode (userstyles.world)
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

Hey everyone,

I have an updated dark mode for kbin if anyone is interested. If you follow the link you will also find under Notes several linked add-ons that I suggest using to amplify your experience on kbin. If you end up using the subscriptions panel extension, make sure to have these settings checked:

  • Extend page width
  • Hide on collapse
  • Cache subscriptions
  • Group identical names

I also attached an image of my kbin settings if you want to copy my setup in its entirety.

Link to dark mode userscript

kbin settings
Subscriptions panel settings

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

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);
    }

[–] [email protected] 1 points 1 year ago

Dude, the magazine grouping is a sick addition! well done.

[–] [email protected] 2 points 1 year ago (1 children)

NY style pizza home made. I'm from LA and our local pizza is ok but few do it right out here imho. However if we are talking drunk pizza, marcos.

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

just browsed around the site and everything works great so far. thanks for the update!

view more: next ›