I am a novice developer, and have created a simple greasemonkey script to modify content at Google Search result page. Scripts loads fine at first page. but as user goes to second page (or searches for new query) - the modifications are not reflected.
I guess this is because of ajax, as Google now loads results using ajax. I read other answers here, suggesting use of DOMNodeInserted
and other tricks, but nothing works.
Can someone please suggest a solution?