I want to call a function in content script JavaScript page when a jQuery ajax call is made in a web page.
I tried using the $(doc).ajaxComplete()
function in the content script page but it is not getting called when an ajax call is made from web page, but when an ajax call is made from content script page the .ajaxComplete()
is working.