How do find which script is functioning on a website?

时间:2017-04-10 02:05:35

标签: javascript jquery html web-scraping

I am trying to find a way to automate a process. I want to download pictures from a specific site. When you scroll down the page, more thumbnails appear with href tags to the actual image. Is there anyway to find out which script is creating the attributes?

1 个答案:

答案 0 :(得分:0)

You can try to add a break point at element sub-tree modification (in chrome devtools). Look at those answers: Chrome developer tools. DOM subtree modification breakpoint?