Skip to content

Instantly share code, notes, and snippets.

@austinpray
Created July 10, 2014 16:17
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 austinpray/573159d8e05c4f06f05b to your computer and use it in GitHub Desktop.
Save austinpray/573159d8e05c4f06f05b to your computer and use it in GitHub Desktop.
And the value plugged into the search bar in the top right corner.
function () {
var searchEl = typeof document.querySelector !== 'undefined' ? document.querySelector('#search [name="keywords"]') : document.getElementsByName('keywords')[0];
return searchEl.value;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment