my bookmarklet
/* * @privete * @title widget * @description my bookmarklet * @include http://* * @license MIT License * @require */ javascript:(function() { open('https://mail.google.com/mail/#inbox','_blank','width=600,height=600,scrollbars=1'); } )()