Skip to content

Instantly share code, notes, and snippets.

@kjlape
Last active September 23, 2019 18:28
Show Gist options
  • Save kjlape/70231ecc3e614417fad03c4ecaf08eb3 to your computer and use it in GitHub Desktop.
Save kjlape/70231ecc3e614417fad03c4ecaf08eb3 to your computer and use it in GitHub Desktop.
copy(Array.from(new Set(Array.from(document.getElementsByTagName("a")).filter(element => element.textContent.startsWith("Check")).map(element => element.textContent.replace(/Check failure on line \d+ in /, '')))).join(" "))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment