Skip to content

Instantly share code, notes, and snippets.

@mikaelz
Last active May 21, 2017 11:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikaelz/2086a6c108a090aa58bb8c5aa726e4cf to your computer and use it in GitHub Desktop.
Save mikaelz/2086a6c108a090aa58bb8c5aa726e4cf to your computer and use it in GitHub Desktop.
Remove Chrome selected search engines; screencast at https://michalzuber.wordpress.com/2017/05/21/batch-remove-chromes-search-engines/
document.querySelectorAll('#other-search-engine-list [selected] .row-delete-button').forEach(function(el) {el.click();})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment