Is there, with Javascript, a way to monitor URL changed via 302 redirects on the elements in page?
I have some script on a remote server I don't have control on, loaded via the script tag, which may, in certain circumstances, immediately return a 302 redirect to another location.
Is it a way to observe this redirect, and to be notified of the new location, to take different actions depending on the loaded URI?