I'm trying to inject a css file before user can view (first style is blank, second is black, so you see the change) .
To do this, I load my content js on document_start.
But I can't add a listener on the head element because it doesn't exist (=null) .
So I am searching a way to catch the onload event of the head tag .
Thank you,