/*
* @title Gyazo.com: Redirect to image
* @description redirect to image (for userscript)
* @include http://gyazo.com/*
* @http://cache.gyazo.com/*
*/
(function() {
var s=document.querySelector('#gyazo img#gyazo_img')
location.href=s.src;
})()