readbeanicecream to /kbin [email protected] • 2 years agoCan I override custom styles for magazines?message-square6fedilinkarrow-up16
arrow-up16message-squareCan I override custom styles for magazines?readbeanicecream to /kbin [email protected] • 2 years agomessage-square6fedilink
minus-squareMr_Figtreelinkfedilink5•2 years agoI’m using kbin Magazine Style Toggle to disable the custom styling on certain magazines, but I had to modify line 36 to make it work: 36c36 < let style = document.querySelector("head > style:nth-child(22)"); --- > let style = document.querySelector("head > style:nth-of-type(1)");
@atocci thanks I will check it out.
I’m using kbin Magazine Style Toggle to disable the custom styling on certain magazines, but I had to modify line 36 to make it work:
Thank you!
worked like a charm