Skip to content

Bing Chat Fix for Dark Mode Extensions by Johnnycyan

Screenshot of Bing Chat Fix for Dark Mode Extensions

Details

AuthorJohnnycyan

LicenseNo License

Categorybing.com

Created

Updated

Size418 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Fixes Bing Chat to work with dark mode extensions.

Notes

This theme removes the white background image that Microsoft for some reason adds to Bing Chat. This is what is breaking dark mode extensions like Dark Reader. Removing this image makes those extensions work again. This also sets the font color to make it more readable on dark themes.

Source code

/* ==UserStyle==
@name         Bing Chat Fix Dark Reader
@version      20230429.16.09
@namespace    userstyles.world/user/Johnnycyan
@description  Fixes Bing Chat to work with dark mode extensions.
@author       Johnnycyan
@license      No License
==/UserStyle== */

@-moz-document domain("www.bing.com") {
:host {
    --cib-image-background: none !important;
}
*:not(a, cite) {color: #ddd !important;}
}

Reviews

No reviews yet.