Skip to content

Instantly share code, notes, and snippets.

@parthibx24
Created April 25, 2020 07:52
Show Gist options
  • Select an option

  • Save parthibx24/df874a7dae610bab39f9245c6d39fbb9 to your computer and use it in GitHub Desktop.

Select an option

Save parthibx24/df874a7dae610bab39f9245c6d39fbb9 to your computer and use it in GitHub Desktop.
// https://opensource.ztedevices.com/
let devices = document.querySelectorAll('#seachlist_li > a')
for (let device in devices) {
let name = devices[device].innerText
if (RegExp("L130").test(name))
console.log(name)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment