Skip to content

Instantly share code, notes, and snippets.

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 iampoul/24ed13480050dd5ce7ad1cfaab77be35 to your computer and use it in GitHub Desktop.
Save iampoul/24ed13480050dd5ce7ad1cfaab77be35 to your computer and use it in GitHub Desktop.
var list = document.querySelectorAll('[data-tooltip-content="Fjern"]');
for (var i = 0; i < list.length; i++) {
list[i].click();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment