[TamperMonkey] Select field value

Try this:

let select = document.getElementsByName('canale')[5];
select.options[6].removeAttribute('selected');
select.options[8].setAttribute('selected','');