I have a page with elements that JavaScript is creating at some point after the page loads and I want to remove them but I cant find the function that creates them.
I wonder if Firefox tools can help me with that? I use Firefox 53.0.3
I have a page with elements that JavaScript is creating at some point after the page loads and I want to remove them but I cant find the function that creates them.
I wonder if Firefox tools can help me with that? I use Firefox 53.0.3
right click inspect element, search code base for the ID or the class name of the div to see what spawns it. Without knowing if this is jquery, angular, or even the type of element I can not assist you more.