views:

20

answers:

1

I'm developing a Firefox extension that should work with Google Docs editor. Is there any way to retrieve the content of the opened document?

+1  A: 

Are you looking for the actual HTML of the Doc? If so you can use Firebug and highlight your document to get the HTML.

Firebug is open-source, so you should be able to find out how they do it.

Luca Matteis
Thanks for the suggestion. That's exactly where I started. Just somehow cannot figure out how to retrieve content from the new Google Docs editor. Tried different options in Firebug console. Had a hope that someone has already figured this out.
Matvey Masov