Skip to content

Instantly share code, notes, and snippets.

@wincentbalin
Created October 28, 2017 15:17
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 wincentbalin/3e90258073cea2b7f30305c8003d8468 to your computer and use it in GitHub Desktop.
Save wincentbalin/3e90258073cea2b7f30305c8003d8468 to your computer and use it in GitHub Desktop.
Dump innerHTML at Firefox console
$x('//div[@class="content"]').forEach(function(el) { console.log(el.innerHTML); console.log('----'); })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment