Skip to content

Instantly share code, notes, and snippets.

@creotiv
Created March 17, 2021 14:17
Show Gist options
  • Save creotiv/456e0fc8d18797b50ddd0d014e46dbbe to your computer and use it in GitHub Desktop.
Save creotiv/456e0fc8d18797b50ddd0d014e46dbbe to your computer and use it in GitHub Desktop.
select all messages
var a = document.querySelectorAll('.msg-selectable-entity');for (var i=0;i<=a.length;i++){a[i].click();};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment