my bookmarklet
/* * @title zoom 1/2 * @description my bookmarklet * @include http://* * @license MIT License * @require */ javascript:void( document.body.style.zoom = 0.5)