Intercept download link click and prevent default download dialog
问题 We have built a download manager desktop application for windows. Now we want to add a feature that intercepts download links and adds them to the application. We think we should write an addon for each browser starting from Firefox. To intercepts download links for a download manager, is writing addons the best choice? How can we do that? Things we've tried so far: - Using Downloads.jsm to observe new downloads, then cancel them => We don't want the user to interact with Firefox's download