Link Code Insert: A GreaseMonkey UserScript
Link Code Insert inserts the HTML code for creating a link at the active element location when the user presses Ctrl+Alt+A. I use it a lot when I am writing a comment and want to add a link. Just select the text you want to link and the userscript will add the HTML code ‘<a href="">
‘ before the selected text and a ‘</a>
‘ after it.