Hi,
I start a popup with window.open("link","name"). I don't have control on the popup.
The popup it's then redirecting to another link.
How can I get the final link of the popup ? The final link it's on another domain.
with popup_window_object.location.href I can set the link but I can't get it.
Thank you.