if anyone could do that, i’d be immensely grateful.
thank you
if anyone could do that, i’d be immensely grateful.
thank you
Nyanko-sensei is no sensei of mine.
Blasphemy!
nyanko-sensei is an ossan like me, i need his eyes on me when i give them kanji demons their names back!
Here, have a custom css:
html#main .navbar .nav>li.title>a>span:first-child, html#public-profile .navbar .nav>li.title>a>span:first-child, header nav #back-dashboard {
background-image: url('//i.imgur.com/PNWfleP.png');
background-repeat: no-repeat;
background-position: -10px center;
}
Use addons like stylebot for chrome or similar for comfort.
UPDATE:
If you want to replace the text as well:
html#main .navbar .nav>li.title>a>span:nth-child(2), html#public-profile .navbar .nav>li.title>a>span:nth-child(2) {
display: none;
}
html#main .navbar .nav>li.title>a::after, html#public-profile .navbar .nav>li.title>a::after {
content: "豆腐";
display: block;
font-family: "Hiragino Kaku Gothic Pro", "Meiryo", "Source Han Sans Japanese", "NotoSansCJK", "TakaoPGothic", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", "Osaka", "MS PGothic", "MS Pゴシック", sans-serif;
}
font-family
is needed for a better font for Japanese text.
感謝しております
here we go.
all hail @emin
If you’re going to go with a cat, アリア社長 is the way to go.
that’s not bad either, but nyanko-sensei and i are closely bound by contract, and he kept pestering me to let him watch me when i return those names.
you don’t disappoint a demon of his caliber.
With a name like Aria Pokoteng, he hardly sounds like a native speaker.
Not… that I’m racially profiling, or anything.
This is so cool! I didn’t know you could do that. Thank you very much for sharing the code for this. Here’s mine!