Skip to content

Instantly share code, notes, and snippets.

@myakura
Last active December 13, 2015 19:19
Show Gist options
  • Save myakura/4962239 to your computer and use it in GitHub Desktop.
Save myakura/4962239 to your computer and use it in GitHub Desktop.
grabs data from chrome://version and reformat for "Chrome" sheet on http://goo.gl/39PQw
// open the console and run on chrome://version
// Blink (Cr28+)
function t(s){return document.querySelector(s).innerText};copy(t('#version')+'\t'+t('[i18n-content=version_modifier]')+'\t\t\t'+t('#blink_version')+'\t'+t('[i18n-content=js_version]')+'\t'+t('#flash_version')+'\t'+navigator.userAgent);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment