Skip to content

Instantly share code, notes, and snippets.

@mche
Last active February 20, 2020 13:24
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 mche/e94b2e8e81815cb231cf421389f7b31b to your computer and use it in GitHub Desktop.
Save mche/e94b2e8e81815cb231cf421389f7b31b to your computer and use it in GitHub Desktop.
temp1.querySelectorAll('tr > td.vtop.padd-05.relative').forEach((n)=>{n.remove();});
temp1.querySelectorAll('tr tr.grey.lighten-4').forEach((n)=>{n.remove();});
temp1.querySelectorAll('tr tr td.relative000').forEach((n)=>{n.remove();});
temp1.querySelectorAll('tr td div.padd-0-05.border-bottom').forEach((n)=>{n.remove();});
temp1.querySelectorAll('tr tr td:nth-child(4)').forEach((n)=>{n.remove();});
temp1.querySelectorAll('tr tr td:nth-child(4)').forEach((n)=>{n.remove();});
temp1.querySelectorAll('tr tr td:nth-child(4)').forEach((n)=>{n.remove();});
temp1.querySelectorAll('tr h5.truncate').forEach((n)=>{n.removeAttribute('style');});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment