Last active
September 23, 2019 18:28
-
-
Save kjlape/70231ecc3e614417fad03c4ecaf08eb3 to your computer and use it in GitHub Desktop.
This file contains hidden or 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(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