Skip to content

Instantly share code, notes, and snippets.

@dutchcelt
Created July 15, 2015 19:07
Show Gist options
  • Save dutchcelt/366bdbef4e14dc5f14f9 to your computer and use it in GitHub Desktop.
Save dutchcelt/366bdbef4e14dc5f14f9 to your computer and use it in GitHub Desktop.
Read the content of a pseudo element
window.getComputedStyle(document.querySelector('#element'),':after').getPropertyValue('content')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment