document.stylesheets
from domonic.window import *
window.location = "https://www.facebook.com"
window.document.stylesheets
made a start on cssom. well. not really just loading the style sheets. been on my todo for a while as that could trigger some growth there.
remove() had a bug which was causing double bodies if using the += operators on body. that was fixed. hopefully this time.