I want to create an extension that can manipulate or look at cookies in the browser. Also, I want to be able to parse every page you visit and replace some URLs.

So here is the question: What is the language? Does it have the reach I need? Will it work smoothly?

link|improve this question

80% accept rate
feedback

1 Answer

up vote 2 down vote accepted

Firefox extensions are created using a mix of XUL (XML User Interface Language) and Javascript.

You'll find plenty of explanation on the Mozilla Developer Center.

link|improve this answer
Thanks, i'll look into it – BenoitParis Jan 22 '10 at 13:00
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.