Skip to content

Instantly share code, notes, and snippets.

@lauripiispanen
Created February 28, 2018 11:12
Show Gist options
  • Save lauripiispanen/171cae932b946c53251fd26e2fe15b81 to your computer and use it in GitHub Desktop.
Save lauripiispanen/171cae932b946c53251fd26e2fe15b81 to your computer and use it in GitHub Desktop.
(function() { var names = document.querySelectorAll("td.name"); console.log(names[Math.floor(Math.random() * names.length)].innerText) })();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment