Wednesday, March 13, 2013

...which sometimes happens, can't say why. Hit F12 in Chrome or FF probably too to bring up the web tools, and click Console. Then paste this line and hit Enter to click all the Maps links on every step all at once (it may take a few seconds to load):

var a=document.getElementsByClassName('step-tab-text');
for(var i=0;i<a.length;i++) {console.log(a[i].childNodes[3].click())}

That's it!


My old blog, from which I had imported this, had these comments:

2 comments:

Anonymous said...

Fantastic solution. You are a genius! thanks!!

(me) said...

Happy to have helped someone! =)

No comments:

Post a Comment