DC - Nightmode

Retire les bandes bleu pour soulager vos yeux

スクリプトをインストールするには、Tampermonkey, GreasemonkeyViolentmonkey のような拡張機能のインストールが必要です。

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

スクリプトをインストールするには、TampermonkeyViolentmonkey のような拡張機能のインストールが必要です。

スクリプトをインストールするには、TampermonkeyUserscripts のような拡張機能のインストールが必要です。

このスクリプトをインストールするには、Tampermonkeyなどの拡張機能をインストールする必要があります。

このスクリプトをインストールするには、ユーザースクリプト管理ツールの拡張機能をインストールする必要があります。

(ユーザースクリプト管理ツールは設定済みなのでインストール!)

このスタイルをインストールするには、Stylusなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus などの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus tなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

(ユーザースタイル管理ツールは設定済みなのでインストール!)

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
// ==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');