readbeanicecream@kbin.social to /kbin meta@kbin.social · 1 year agoCan I override custom styles for magazines?message-squaremessage-square6fedilinkarrow-up17arrow-down10file-text
arrow-up17arrow-down1message-squareCan I override custom styles for magazines?readbeanicecream@kbin.social to /kbin meta@kbin.social · 1 year agomessage-square6fedilinkfile-text
minus-squarereadbeanicecream@kbin.socialOPlinkfedilinkarrow-up2·1 year ago@atocci thanks I will check it out.
minus-squareMr_Figtree@kbin.sociallinkfedilinkarrow-up5·1 year 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:
36c36 < let style = document.querySelector("head > style:nth-child(22)"); --- > let style = document.querySelector("head > style:nth-of-type(1)");
Thank you!
worked like a charm