Userstyle request: replace crabigator icon with nyanko-sensei

if anyone could do that, i’d be immensely grateful.

thank you :slight_smile:

6 Likes

Nyanko-sensei is no sensei of mine.

12 Likes

Blasphemy!

11 Likes

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;
}

image

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.

5 Likes

:two_hearts:感謝しております :two_hearts:

by the way, the crabigator is a noob. he’s level 1. here’s proof:

2 Likes

@gojarappe

1 Like

here we go.
all hail @emin :heart:

1 Like

If you’re going to go with a cat, アリア社長 is the way to go.

image

6 Likes

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. :stuck_out_tongue:

Not… that I’m racially profiling, or anything.

2 Likes

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!
Screenshot%20(28)

2 Likes