This should work:
document.body.style.zoom = "30%"
You could also more specifically override the CSS for that webapp's text size, but I haven't checked that.
This should work:
document.body.style.zoom = "30%"
You could also more specifically override the CSS for that webapp's text size, but I haven't checked that.