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)?