您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Norroth General Purpose
Slight remix on Xortrox's initial script with the intention of being a bit more subtle. The major change is adding a CSS background element to the map and then using that as the primary method of IDing walkable tiles instead of the red boxes.
OG Code (99.99% ripped from) https://greasyfork.org/en/scripts/428975-norroth-helpers/code. See https://i.imgur.com/wE5Ku4b.png for an example.
To change color of the map modify these using hex codes or your favorite color method. Opacity is how opaque it is - gives less impact to play experience.
appendCSS('td>a>img {border: 1px solid #333333 !important; }');
appendCSS('td>a>img {background: #ffffff !important; opacity:0.15 }');