//‘#submitfulfill’ – is the id of the button
//which can be get by the console and search the name of the button and find the id.
window.document.querySelector(‘#submitfulfill’).disabled = true;
or
document.querySelector(‘#submitfulfill’).disabled = true;