Is there a way to use a programming language, say Python or Javascript, to obtain a list of trackers on a website? Does a tracker have some kind of marker that can be detected programmatically?
Asked
Active
Viewed 177 times
-2
-
Please define "tracker"! – Klaus D. Jun 06 '18 at 17:05
-
A tracker is a script that collects information about a user's browsing behavior on the site in which the tracker is embedded. – Brinley Jun 06 '18 at 17:07
1 Answers
0
You certainly could create an extension for your browser of choice that reads the page and watches for cross domain requests. If you're looking for something very situational you could always just watch the network tab in your browser's development tools. We would need more information on the "why" before you'd get a good direction recommendation.

John Pavek
- 2,595
- 3
- 15
- 33