/*
* @privete
* @title widget
* @description my bookmarklet
* @include http://*
* @license MIT License
* @require
webアプリケーションをポップアップで開くブックマークレット。Widgetライクに使用できる
*/
javascript:(function() {
open('https://mail.google.com/mail/#inbox','_blank','width=600,height=600,scrollbars=1');
}
)()