Skip to content

Instantly share code, notes, and snippets.

@anova
Created October 22, 2014 15:22
Show Gist options
  • Save anova/4a9319a5129e198b9d7a to your computer and use it in GitHub Desktop.
Save anova/4a9319a5129e198b9d7a to your computer and use it in GitHub Desktop.
get active page's description. bookmarklet
javascript:alert(document.querySelector('meta[name="description"]').getAttribute('content'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment