/*
* @title Googleの検索結果でヒット数をアラート通知する
* @description my bookmarklet
* @include Googleの検索結果でヒット数が隠れてみえない時(http://gyazo.com/13670cd818b330b1ffaa9d3f37d9f3d5 )があるのでアラートする
* @license MIT License
*/
alert(document.getElementById('resultStats').innerText);