🏠 Home 

Better Bing AI

A new userstyle


Install this script?
Install as user style?
/* ==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;
}
}