$.require before onload doesn't prevent onload in Chrome
After trying out $.require in Chrome, it seems like if you use it before onload, it doesn't make onload wait for all scripts (like it does in IE and FF).
I know you can do this by using document.write in Webkit based browsers. Is there another way? Surprisingly, it doesn't seem to work if you append to the body.