Hallo, I would like better to run drills after cutting the PCB,

Hallo, I would like better to run drills after cutting the PCB, is there any option or should I modify my own widget?
tx

Better? Is something wrong now?
There is an entire section in the widget regarding drilling holes under the gcode tab.

Yes but there is no option to decide the sequence of traces/drills/cutout.

You could maybe add a tab that sets the order of the output. That would be really cool. However, if you just want to manually modify your file in a text editor that’s possible too.

Look at the draw3dElements function in the javascript of the eagle widget code on github (chilipeppr/widget-eagle). Plated through holes are one of the cases there. Make a new tab or section with a table in the html as John suggested, then use jquery to add a row with an index (number) + reference to the hole + buttons to move it up/ down in the list.
That would be relatively easy to do for visualizing.