my bookmarklet
/* * @title test * @description my bookmarklet * @include http://* * @license MIT License * @require */ console.log("test") alert("test")