Bing Chat dark mode! Auto align Bing Chat to center!
< Σχολιασμός για τον κώδικα Bing Chat Dark Mode
Chat input box transparent
Add the code below, exactly before the line 38 :delay();
Here you go :
function changeTransparentBox(){
if (document.querySelector("#b_sydConvCont > cib-serp")) {
document.querySelector("#b_sydConvCont > cib-serp").shadowRoot.querySelector("#cib-action-bar-main").style.setProperty('--cib-color-neutral-input-inverted', 'rgba(32, 32, 32, 1)');
} else {
setTimeout(changeTransparentBox, 100);
}
}
changeTransparentBox();
You can also modify the rgba(32, 32, 32
part to any color you want, for example : rgba(80, 80, 80
thanks so much for the fix. Works great! Hope it could be updated in the code by the creator.
Input Box (.main-container) transparent issues
Script works, but the text input box (.main-container) is transparent for some reason. This make long texts weird, for more example see my attachment below :