Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save danielhamelberg/399217be3746d9a01721befa5d10ed3c to your computer and use it in GitHub Desktop.

Select an option

Save danielhamelberg/399217be3746d9a01721befa5d10ed3c to your computer and use it in GitHub Desktop.
google-maps-timeline-places-visited.js
$(function() {
// console.log( "ready!" );
if ($('div.place-visit-title:contains("abc")').length > 0) {
console.log( 'information: '+ $('div.place-visit-title:contains("abc")').text() + '|'+ $("span.segment-duration-part").text());
}
if ($('span.segment-duration-part').parent('div.place-visit-title:contains("abc")')) {
console.log( ''+$("span.segment-duration-part").parent('div.place-visit-title:contains("abc")').text());
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment