DC - Nightmode

Retire les bandes bleu pour soulager vos yeux

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Greasemonkey lub Violentmonkey.

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

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Violentmonkey.

Aby zainstalować ten skrypt, wymagana będzie instalacja rozszerzenia Tampermonkey lub Userscripts.

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

Aby zainstalować ten skrypt, musisz zainstalować rozszerzenie menedżera skryptów użytkownika.

(Mam już menedżera skryptów użytkownika, pozwól mi to zainstalować!)

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.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Musisz zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

(Mam już menedżera stylów użytkownika, pozwól mi to zainstalować!)

// ==UserScript==
// @name DC - Nightmode
// @namespace InGame
// @author Lorkah
// @date 08/08/2018
// @version 1.3
// @license DON'T BE A DICK PUBLIC LICENSE ; https://dbad-license.org/
// @include https://www.dreadcast.net/Main
// @description Retire les bandes bleu pour soulager vos yeux
// ==/UserScript==
$('#zone_gauche_inventaire').css('background-image','url("none")').css('background-color','black').css('opacity','0.8').css('box-shadow','0 0 15px -5px inset #a2e4fc');
$('#zone_droite > .grid > .grid.top').css('background','url("none")').css('background-color','black').css('opacity','0.8').css('box-shadow','0 0 15px -5px inset #a2e4fc').css('z-index','1000');
$('#zone_chat_bg').css('background-image','url("none")').css('background-color','black').css('opacity','0.8');