Fedex.com - Dark Mode

Dark mode for Fedex!

Verze ze dne 19. 11. 2024. Zobrazit nejnovější verzi.

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

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

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

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.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

/* ==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;
  }
}