96
Why do posts that aren’t from kbin show “kbin.social” next to the title?
(media.kbin.social)
Magazine dedicated to discussions about the kbin itself. Provide feedback, ask questions, suggest improvements, and engage in conversations related to the platform organization, policies, features, and community dynamics. ---- * Roadmap 2023 * m/kbinDevlog * m/kbinDesign
The former takes people from other domains and makes their posts green text on green background. The colors are manually set and not reflective of any magazine styles or the like, but I have no idea why rgba(20, 45, 20, 1.0) is the color someone chose. I recommend anyone who wants that script edit line#41 to something like
GM_addStyle('[data-is-federated-content="true"] { background-color: #EEE; }');
, but even then this is a bit annoying to have to do manually.It works on dark theme (I use only dark).
On dark it's light (white) text on dark green background, and it looks fine (I would prefer black or similar, but this works).
Your edit breaks dark design because you get white/grey background.
This is how it looks for me
https://i.postimg.cc/nz4S7KqT/IMG-20230629-011120.jpg
I have only this script, so mine is vanilla.
Could be mish mash of script styles
I went a bit farther and used the built in variable to set color, as well as setting the font weight down to match the "n hours ago" text, and changing " - " to "@" so that the uesrname matched the standard fediverse string that you can put into search boxes
I'll publish this properly as soon as greasyfork sends me an email to authenticate my new account, but in the meantime here's the source. EDIT: Email has yet to arrive 13 hours later, I doubt it's going to. Anyone interested feel free to publish this somewhere it's easier for people to install.
This is awesome.
Great work! :)