My content script is not working on certain tab updation event ,I have tried every possible thing but i want to run the script on DOMcontent loaded event in content script by using line of code
window.addEventListener("DOMFocusIn", function(e) {
}
or also have used code
window.addEventListener("DOMContentLoaded", function(e) {
}
but it is not working. Anybody help please.