您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Retire les bandes bleu pour soulager vos yeux
当前为
// ==UserScript== // @name DC - Nightmode // @namespace InGame // @author Lorkah // @date 08/08/2018 // @version 1.2 // @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'); $('#zone_chat_bg').css('background-image','url("none")').css('background-color','black').css('opacity','0.8');