Helloするだけのbookmarklet
/* * @title Hello * @description Helloするだけのbookmarklet * @include http://* * @license MIT License * @require */ alert("Hello");