Have you thought about a script to modify the document's zoom property?
Here are a couple of examples:
this.zoom *= 2; //zooms to double the current zoom level
this.zoom *= 0.5; //zooms to 50% of the current zoom level
Have you thought about a script to modify the document's zoom property?
Here are a couple of examples:
this.zoom *= 2; //zooms to double the current zoom level
this.zoom *= 0.5; //zooms to 50% of the current zoom level