Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firefox api - access from my program

Tags:

firefox

Is it possible to access Firefox info from my program? Specificly I need to read URL of opened site in active tab. Is something like this possible?

I guess I can write extension that will allow me to do something like this, but I wanted to know if it is posible with some FF api...

like image 863
del-boy Avatar asked Jun 22 '09 02:06

del-boy


1 Answers

Using the MozRepl Firefox extension you can read the current Firefox url (among other things) from telnet. You could then use AutoHotkey to access telnet or via your own program and get the current url.

It seems you can also access the Firefox url via DDE

like image 131
Matthew Lock Avatar answered Oct 10 '22 08:10

Matthew Lock