Created
February 26, 2025 22:37
-
-
Save revolunet/6ce311f092fc103e934374a431b8adc7 to your computer and use it in GitHub Desktop.
extract updown.io down url
This file contains 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
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