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?
Asked
Active
Viewed 50 times
-1
-
You really need to ask a more specific question. – dpwr Apr 10 '17 at 02:09
1 Answers
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?

Community
- 1
- 1

AlexanderB
- 879
- 9
- 12