>>845

function command_off() {
if (aside.className == 'ewh_edit') return;

//▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽
if (!highlight_off) {
highlight_off = true;
GM_setValue(OFF_PRE, highlight_off);
resetup();
off.className = '_active'
} else {
highlight_off = false;
GM_setValue(OFF_PRE, highlight_off);
resetup();
off.className = '';
}
//▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽
draw_wordmap();
}