您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
a simple map drawer for df2profiler.com by clicking on the map to draw color on area
当前为
a simple map drawer for df2profiler.com by clicking on the map to draw color on area
const color = "rgba(255, 255, 0, 0.3)"; // default color for drawing
const pvpColor = "rgba(255, 0, 0, 0.4)"; // color for pvp area
const outpostColor = "rgba(0, 255, 0, 0.4)"; // color for outpost area
const chunkSize = 6; // echo chunk have (chunkSize * chunkSize) cells
dead frontier 2
df2profiler
map
drawer
paint
color
用於 df2profiler.com 地圖頁面,透過點擊地圖來繪製顏色的簡易地圖繪製器
const color = "rgba(255, 255, 0, 0.3)"; // 預設繪製顏色
const pvpColor = "rgba(255, 0, 0, 0.4)"; // pvp 區域顏色
const outpostColor = "rgba(0, 255, 0, 0.4)"; // 哨站區域顏色
const chunkSize = 6; // 每個區塊有 (chunkSize * chunkSize) 個格子
同上
同上
死亡邊境 2
df2profiler
地圖
繪製
畫
顏色