my bookmarklet
/* * @title bookmarklet * @description my bookmarklet * @include http://* * @license MIT License * @require */ javascript:( function(){ window.alert("Hello, world!"); } )()