How can I change the dimensions (width, height) of the body element after the content has been loaded?
Restrictions:
- Only targeting WebKit browsers
- Can't use frameworks like JQuery
- Can't make changes to the original HTML file; only execute JavaScript after the content has been loaded.