How to track the opening of a tab in a browser?
Some of the chrome extension opens third-party sites, I would like to determine which one. Maybe the window object contains information about what exactly opened the tab, but I could not find it. Or maybe there开发者_StackOverflow are other options?
Tried to find information about the open tab in the window object through devtools.
精彩评论