#dashless
1 messages · Page 1 of 1 (latest)
I added a bunch of selectors, if anyone can find places where channelnames are not selected yet, or if the selectors select something they shouldn't, lmk
Formatted version because ugly
@font-face {
font-family: "Twemoji Mozilla";
src: url("https://vendicated.github.io/random-files/Twemoji.Mozilla.ttf") format("truetype");
unicode-range: U+1F1E6-1F1FF;
}
@font-face {
font-family: "dashless";
size-adjust: 100%;
src: url("https://vendicated.github.io/random-files/Dashless.woff2") format("woff2");
unicode-range: U+002D;
}
[data-list-item-id^=channels___]:not([role=button]),
[class^=titleWrapper]>h1,
[id^=":r"]>h1,
[class^=resultChannel],
[class^=channelNameContainer_],
[class^=searchAnswer_],
.channelWithIcon,
[class^=emptyChannelIcon_]+h3,
[class^=emptyChannelIcon_]~[class*=description_],
[class^=browser_] [class*=channelText_],
[class^=returnButton_] [class^=text-],
[class^=placeholder][class*=slateTextArea],
[class^=auditLog_] [class^=overflowEllipsis_] strong,
.vc-permviewer-perms-title,
[class^=headerChannelContainer_]>div {
font-family: "Twemoji Mozilla", "dashless", var(--font-primary)
}```
Doesn't work for me. :p
what platform? do you have any other theme or css applied?
I do have a whole load of snippets enabled, on firefox userscript.
it could be either because of some other style overriding it, or it could be that the userscript doesn't get access to the online font files I'm not sure
Yeah I'll look into it later.
Would it be possible to also replace all other emoji's? I would assume it would have to do something with the the unicode-range?
U+1F000-1FFFF should cover all emojis
tysm!