Greasy Fork is available in English.

Better Bing AI

A new userstyle

질문, 리뷰하거나, 이 스크립트를 신고하세요.
/* ==UserStyle==
@name           Better Bing AI
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         rinsuki
==/UserStyle== */

@-moz-document domain("www.bing.com") {
    /* ここにコードを挿入... */
    body {
        --cib-font-text: -apple-system, Roboto, SegoeUI, 'Segoe UI', 'Helvetica Neue', Helvetica, sans-serif !important;
    }
}