Bin-Blog logoBin-Blog

Learn about the latest in Web Development – as soon as I do.

Posts Tagged ‘link’

Link Code Insert: A GreaseMonkey UserScript

By Binny V A • Jul 20th, 2009

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.