I’m writing a GreaseMonkey script. And I found some elements was loaded by ajax.
When my user script running, the data is not loaded.
I try to use ‘while’ to wait for the ajax load the data, and it turn out to be the browser was locked and crash later.
How can I wait the data loaded by ajax in an GreaseMonkey script?
I’m writing a GreaseMonkey script. And I found some elements was loaded by ajax.
Share
1 Answer