Skip to content

Instantly share code, notes, and snippets.

@heyitsbryanm
Created August 22, 2019 23:01
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 heyitsbryanm/051dea980cd14904a10fab09ed0e45d1 to your computer and use it in GitHub Desktop.
Save heyitsbryanm/051dea980cd14904a10fab09ed0e45d1 to your computer and use it in GitHub Desktop.
Example script for grabbing breadcrumbs from Zendesk
<script>
  let li = document.querySelectorAll('ol.breadcrumbs li');
  console.log(li[1].innerText)
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment