In Firefox 128+
for (let button of document.querySelectorAll("button[data-l10n-id='unregister-button']")) { button.click(); }
worked for me