Fedex.com - Dark Mode

Dark mode for Fedex!

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.

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 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         Fedex.com - Dark Mode
@version      20241115.04.34
@namespace    typpi.online
@description  Dark mode for Fedex!
@homepageURL  https://github.com/Nick2bad4u/UserStyles
@author       Nick2bad4u
@license      UnLicense
==/UserStyle== */

@document domain("fedex.com") {
	/* Base dark mode filter */
	html {
		filter: invert(1) hue-rotate(0deg) !important;
		background: white;
	}

	img,
	video,
	#fx-global-header > div,
	#fx-global-footer
		> div.fdx-sjson-c-footer__bottom,
	#nuance-fab-container > button,
	trk-shared-icon > svg > use,
	header > nav,
	#container-2387742967
		> div
		> div
		> div
		> div:nth-child(n)
		> div
		> div.fxg-col,
	.fxg-landing-hero__background-image,
	.layout5.clearfix {
		filter: invert(1) hue-rotate(0deg) !important;
	}

	#container-2387742967 {
		filter: invert(1) hue-rotate(0deg) !important;
	}
}