I just noticed this JavaScript file is embedded in many pages of my site where Disqus comments is enabled.
http://a.disquscdn.com/next/embed/alfie.f51946af45e0b561c60f768335c9eb79.js
Any idea what is its purpose?
I found out that it automatically adds a click event listener to every link (both internal and external links) and the click event does some redirection. It was not a significant problem until I realized the redirection was affecting many links to an external website I have in my site and all of them ended up in the home page.
Its not a matter of my URL's build to the external website in href or parameters as copy pasting the URL directly into browser (no redirection) works fine.
Is this a Disqus feature for tracking or something that can be configured?