DC - Nightmode

Retire les bandes bleu pour soulager vos yeux

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 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!)

// ==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');