Copy Text Links.
Posted by: desga2
Date: July 08, 2009 07:07PM

You can use this simple macro or try to adapted this other firefox extensions:
Copy Link Name
Copy Link Text
CoLT

Copy_TextLink.kmm
# K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage)
#
# ---------- Copy Text Link menu in Context menu ----------------------------------------
#
# Dependencies		: -
# Resources			: -
# Preferences		: -
# Version			: -
# ---------------------------------------------------------------------------------------
#
_Copy_TextLink_BuildMenu{
# Copy menu option for links context menu to copy the text of links:
setmenu("LinkCopy",command,_("&Copy"),"ID_EDIT_COPY",-1);
}

$OnInit=$OnInit."_Copy_TextLink_BuildMenu;";
$macroModules=$macroModules."Copy_TextLink;";

One limitation, text link need be selected.

K-Meleon in Spanish



Edited 1 time(s). Last edit at 07/15/2009 07:14AM by desga2.

Re: Copy Text Links.
Posted by: nico
Date: July 14, 2009 09:31PM

Hello

Very goog, thank you smiling smiley

K-Meleon forum is powered by Phorum.