Skip to content

Instantly share code, notes, and snippets.

@revolunet
Created February 26, 2025 22:37
Show Gist options
  • Save revolunet/6ce311f092fc103e934374a431b8adc7 to your computer and use it in GitHub Desktop.
Save revolunet/6ce311f092fc103e934374a431b8adc7 to your computer and use it in GitHub Desktop.
extract updown.io down url
copy(Array.from($0.querySelectorAll("li.down .url")).map(li =>
`${li.querySelector(".link a.internal").textContent}\t${li.querySelector("div.status:first-child").textContent}`
).join("\n"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment