Last active
April 25, 2018 15:47
-
-
Save theredpea/4cdb271e8d377b31ead185b2eb6f41b5 to your computer and use it in GitHub Desktop.
frame frame socket wss websocket network
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
wss_rows = document.getElementsByClassName('data-grid-data-grid-node'); | |
wss_array=[]; | |
for (i=0;i<wss_rows.length;i++){ | |
wss_row=wss_rows[i]; | |
wss_array.push({ | |
data:wss_row.children[0] && wss_row.children[0].textContent, | |
length:wss_row.children[1] && wss_row.children[1]. | |
textContent,time:wss_row.children[2] && wss_row.children[2].textContent}) } | |
copy(wss_array) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment