document.querySelector("#express-checkout-form > div > div > div:nth-child(2) > div > select").addEventListener('change', function() {
var intervalId = window.setInterval(function(){
document.querySelector("#express-checkout-form > div > div > div:nth-child(4) > div > select").firstChild.value = '' ;
}, 100);
});