No, It is Immpossible. I'm sorry. But here is what you can do. If you cannot test the material you want to be there before you act:
window.setTimeout(function () {
}, 0);
(This will surely do this after the page is displayed, but it may be after loading, and not after DOMContentLoaded.)
If you know how to check what you are looking for:
(function () {
if () {
} else {
window.setTimeout(arguments.callee, 0);
}
})();
, , , , onload.
Edit:
.
, , , , document.getElementsByTagName( "*" ) undefined . , , , Opera.