Can I detect a redirection happening in a browser, which is not pointed to HTTP(s) protocol?
For example, my script redirects to something like ftp://, sms://, ws:// using
location.href=ws://abc/a
Is there a way to detect such redirection using JS? If useful, I can involve chrome ext environment in this as well.