Batch remove Chrome’s search engines

Chrome saves a bunch of unnecessary search engines. To remove them is a real pain in the ass, because of the slowliness of the subpage


document.querySelectorAll('#other-search-engine-list [selected] .row-delete-button').forEach(function(el) {el.click();})