Skip to content

Instantly share code, notes, and snippets.

@TristanWiley
Last active December 18, 2017 22:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TristanWiley/b5cfb96de41429280abf662c256ccc63 to your computer and use it in GitHub Desktop.
Save TristanWiley/b5cfb96de41429280abf662c256ccc63 to your computer and use it in GitHub Desktop.
var newButton = document.querySelector("._3-8_._4jy0._4jy4._517h._51sy._42ft");
var questions = [];
for(var i = 0; i<=1000; i++){
var text = document.querySelector("._64n_._3-8y").innerHTML;
if(!questions.includes(text)){
questions.push(text);
}
newButton.click();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment