Created
March 17, 2021 14:17
-
-
Save creotiv/456e0fc8d18797b50ddd0d014e46dbbe to your computer and use it in GitHub Desktop.
select all messages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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