From eb9ebb2c49cfdef0064b28ef94c8ead062a706e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Sat, 18 Apr 2020 00:37:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3chrome=E4=B8=8B=E4=B8=8D?= =?UTF-8?q?=E8=83=BD=E7=94=A8=E6=96=87=E5=AD=97=E5=89=AA=E5=88=87=E8=83=8C?= =?UTF-8?q?=E6=99=AF=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script.js | 3 +++ style.css | 1 + 2 files changed, 4 insertions(+) diff --git a/script.js b/script.js index e5a43331..c7dc4723 100644 --- a/script.js +++ b/script.js @@ -1192,6 +1192,9 @@ function initialize() s_hideLessUseLetent.checked = Boolean(parseInt(localStorage.getItem("PADDF-" + hideClassName))); s_hideLessUseLetent.onchange(); + if (isGuideMod) + monEditLatentAllowableUl.querySelector('.latent-icon[data-latent-icon="11"]').classList.remove('frequent'); + const rowSkill = settingBox.querySelector(".row-mon-skill"); const skillBox = rowSkill.querySelector(".skill-box"); const skillTitle = skillBox.querySelector(".skill-name"); diff --git a/style.css b/style.css index 0f500aab..aaf26efb 100644 --- a/style.css +++ b/style.css @@ -1476,6 +1476,7 @@ ul{ } .skill-title .type-title::after{ + -webkit-background-clip: text; background-clip: text; color: transparent; text-shadow: none;