Save this text as a bookmark and click it whenever you would otherwise have to type the text "permanently delete" into the S3 delete object page. The delete button will be enabled.
javascript:document.querySelectorAll("input:disabled, button:disabled").forEach(e => { e.disabled = false; e.classList.remove("awsui-button-disabled") });
Expanded source:
document.querySelectorAll("input:disabled, button:disabled").forEach(e => {