Created
February 23, 2018 19:44
-
-
Save ConorOBrien-Foxx/24f81bca6b7de0d9c98f498a168e1590 to your computer and use it in GitHub Desktop.
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
alert([...document.querySelectorAll(".active-question-content__prompt p")].map((e,i)=>(a=e.textContent,(a.search(++i)?"":i+". ")+e.textContent)).join` | |
`) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment