How can I get URLs of open pages from Chrome and Firefox?
It’s specific for every browser. That’s for the major ones: Internet Explorer – You can use SHDocVw (like you did) Firefox – You can get the URL using DDE (source below) Chrome – You can get the URL while enumerating all the child windows untill you get to the control with class “Chrome_OmniboxView” and then … Read more