copilot.microsoft.com - Black Mode

Black mode theme for Microsoft Copilot

14.12.2024 itibariyledir. En son verisyonu görün.

Bu betiği kurabilmeniz için Tampermonkey, Greasemonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

You will need to install an extension such as Tampermonkey to install this script.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Userscripts gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

You will need to install an extension such as Tampermonkey to install this script.

Bu komut dosyasını yüklemek için bir kullanıcı komut dosyası yöneticisi uzantısı yüklemeniz gerekecek.

(Zaten bir kullanıcı komut dosyası yöneticim var, kurmama izin verin!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Zateb bir user-style yöneticim var, yükleyeyim!)

/* ==UserStyle==
@name           copilot.microsoft.com - Black Mode
@namespace      typpi.online
@version        1.0.1
@description    Black mode theme for Microsoft Copilot
@author         Nick2bad4u
@license        UnLicense
@homepageURL    https://github.com/Nick2bad4u/UserStyles
==/UserStyle== */
@document domain("copilot.microsoft.com") {
	/* Invert colors except images and videos */
	:is([data-theme='dark'] *) {
		/*Box model stuff*/
		background-color: black !important;
	}
	.backdrop-saturate-200 {
		/*Box model stuff*/
		border: outset;
		border-radius: 5px !important;
	}
	.inset-0 {
		top: 0;
		right: 0;
		/*Positioning stuff*/
		left: 0;
		/*Miscellaneous*/
		/* bottom: 0; */
	}
	.rounded-full {
		/*Box model stuff*/
		border-radius: 0;
	}
}