mirror of
https://shylinux.com/x/icebergs
synced 2025-04-27 09:48:28 +08:00
9 lines
254 B
JavaScript
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)
|
|
})
|
|
},
|
|
})
|