Volomike
Volomike

Reputation: 24916

Tutorial for Simplistic Firefox Addon

Anyone know of a short tutorial where I can build a simplistic Firefox addon?

I'm needing to see how to:

Additionally, this site I'm interacting with has AJAX to build the content on the fly. So, a view source of the HTML only shows Javascript. But after the page is loaded, if I do a select all and then view source, I get a different content than view source. So, I'm hoping the FF addon can see what the browser displays.

Upvotes: 1

Views: 581

Answers (1)

speedball2001
speedball2001

Reputation: 947

Robert Nyman's talk "How to write your first extension" helped me a lot. You'll find it at https://web.archive.org/web/20160728010325/http://presentation-slides.googlecode.com/files/how-to-write-your-first-extension-berlin.pdf.

Upvotes: 2

Related Questions