Ok here is what i though would be awesome to have:
Firefox to log all <code> tags in a file so that emacs can find autocompletions from there.
This should be done without asking permission or bothering the user otherwise. Also, lazy as I am, if creating an entire extension for that can be avoided i would embrace that.
Any ideas on how that can happen or if something like that already exists(like an extension) to get ideas from?
| |||
|
feedback
|
|
You can't do automatic writes to file without an extension. This shouldn't be too hard to write in the Addon SDK: use page-mod to get notified of new pages, pass the data you want to save to the main add-on, then use the internal file module to write the data. | |||
|
feedback
|
<code>html tag it writes the contents in a file. – fakedrake Dec 3 '11 at 22:58