/* * @title アメブロ画像ページでURL取得 * @description * @include http://ameblo.jp/* * @license MIT License * @require */ (function(){ window.prompt(document.title, document.getElementById("imgItem").src); })();