Fedex.com - Dark Mode

Dark mode for Fedex!

Fra og med 19.11.2024. Se den nyeste version.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

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

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

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

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

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

(I already have a user script manager, let me install it!)

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.

(I already have a user style manager, let me install it!)

/* ==UserStyle==
@name         Fedex.com - Dark Mode
@version      20241115.04.33
@namespace    typpi.online
@description  Dark mode for Fedex!
@author       Nick2bad4u
@license      UnLicense
==/UserStyle== */

@-moz-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;
  }
}