1
0
forked from x/icebergs
icebergs/core/chat/theme/theme.js
2024-04-27 09:20:51 +08:00

9 lines
254 B
JavaScript

Volcanos(chat.ONIMPORT, {
_init: function(can, msg) {
msg.Dump(can)
can.page.Select(can, can._output, "tr>td:not(:first-child):not(:last-child)", function(target) {
can.page.style(can, target, html.BACKGROUND_COLOR, target.innerText)
})
},
})