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

C# random value from dictionary and tuple -

cgi - How do I interpret URLs without extension as files rather than missing directories in nginx? -

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