Is there any way (Chrome extension) to search for all selected elements in the source JavaScript (or CSS) files? Basically, I want to see where the source code modifies an element. For example, when a button is pressed. Instead of looking for where the button-related event is tied, Chrome Dev Tools will do this for me and show. Is this possible in Chrome Dev Tools or in the extension?
source share