/*
* @title zoom back
* @description slow step zoom back (Forked)
* @include http://*
* @license MIT License
* @require
* @see http://let.hatelabo.jp/Trapezoid/let/gYC-ycuCy6KDOw (Fork of)
*/
var scale = 0.9;
if (!document.body.style.zoom) document.body.style.zoom = scale;
else document.body.style.zoom *= scale;