Created
December 29, 2016 04:14
-
-
Save PatMyron/801505572e7ed0be12ef6717f001afbe 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
var els = document.getElementsByTagName('span'); | |
var h3s = document.getElementsByTagName('h3'); | |
j=0; | |
for(i=0; i < els.length; i+=2) { | |
prop = els[i].getAttribute('itemprop'); | |
if(prop) { | |
console.log(h3s[j++].innerHTML + ", " + els[i].innerHTML + ", " + els[i+1].innerHTML); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://www.google.com/maps/d/u/0/edit?mid=1baygakaQrxD2i8qVsYc72pv6hag