Skip to content

Instantly share code, notes, and snippets.

@theredpea
Last active April 25, 2018 15:47
Show Gist options
  • Save theredpea/4cdb271e8d377b31ead185b2eb6f41b5 to your computer and use it in GitHub Desktop.
Save theredpea/4cdb271e8d377b31ead185b2eb6f41b5 to your computer and use it in GitHub Desktop.
frame frame socket wss websocket network
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