function conquerTinker(m) { var v = board[m[3]][m[2]]; if(v & 511) m[4] = m[0], m[5] = m[1], m[-2]++, m[-5] = v ^ 1024; return 0; }
Indeed, you can simply copy this custom addition to the Diagram script and include it on the page where you have a Diagram that you want to do the same.
Caveat is that it is called 'conquerTinker' because the Diagram to which it belonged hade satellite=conquer amongst its definitions. If you want to use it with a Diagram that has satellite=xxx instead, you should call it xxxTinker. (This so that when there are multiple Diagrams on one page, each can know whether the function should be used by them, or ignored.)
Indeed, you can simply copy this custom addition to the Diagram script and include it on the page where you have a Diagram that you want to do the same.
Caveat is that it is called 'conquerTinker' because the Diagram to which it belonged hade satellite=conquer amongst its definitions. If you want to use it with a Diagram that has satellite=xxx instead, you should call it xxxTinker. (This so that when there are multiple Diagrams on one page, each can know whether the function should be used by them, or ignored.)