Is there a Firefox plugin that allows the user to press a keyboard shortcut and automatically have:

1) all links on the currently visible web page copied to the clipboard for pasting into a text editor;

2) all DOM nodes matching the results of a jquery expression copied to the clipboard for pasting into a text editor;

3) the external text editor launched automatically after doing 1 or 2 above;

If there is not a specific plugin that does this, do you know of a general purpose plugin that can be extended to emulate this functionality (for example, can you do it with Vimperator)?

link|improve this question

70% accept rate
feedback

1 Answer

up vote 2 down vote accepted

I use the Copy Links add-on to achieve your first requirement. FireQuery may be able to help you with the second. Number 3 can be done with AutoHotkey.

I don't know of an add-on that does all of this in one though.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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