greasemonkey - Execute javascript after page loaded and the page (intern) javascript finished -


i looking function/methode execute javascript (using greasemonkey) after page loaded , page javascript finished.

already tried following ways running testscript after page loaded but before javascript finishs.

    window.onload = function () { testscript() }      window.addeventlistener('load', function () {  testscript()}) 

thanks.


Comments

Popular posts from this blog

.htaccess - htaccess convert request to clean url and add slash at the end of the url -

php - facebook and github login HWIOAuthBundle and FOSUserBundle in Symfony2.1 -

hadoop - Sqoop installation export and import from postgresql -