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

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

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