Reputation: 59660
i'm trying to make a FF URL recorder in python. What this plugin will do is whenever user writes a URL and hit enter it will record that url in a file. I've tried building this in win32gui but it did not work. Then tried using XPCOM but can't able to do it cause there is no good easily understandable tutorial for it out there....how can i do this? Thanks
Upvotes: 2
Views: 261
Reputation: 26861
Why do you want it to be done in Python?
You can read this article of how to How to create Firefox extensions. It's not Python, but it might help you get the job done.
Upvotes: 2