NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Zoom out annotations page // @namespace http://tampermonkey.net/ // @version 0.2 // @description Zoom out annotations page // @author fmm // @match https://metcash.retailpath.com.au/* // @license MIT // @updateURL https://openuserjs.org/meta/fmm/Zoom_out_annotations_page.meta.js // ==/UserScript== (function() { 'use strict'; window.myCanvasRender.canvas._board.zoomOut(); return false; })();