Improvement requests
: K-Meleon Forum
Use this forum to talk about a feature you're missing. Use the bug tracker to report it if necessary.
Goto:
Forum List
•
Message List
•
Search
•
Log In
Your Name:
Subject:
Help information
BBcode help
Smileys help
[quote=zelgon] Thanks again to all. ;-) [i]So I will sum it up, this is the result:[/i] [code] # K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage) # ---------- Layer Urls Copier -------------------------------------------- # # Dependencies : - # Resources : - # Preferences : - # # ---------------------------------------------------------------------- CopyLayerURLs{ setclipboard(gsub("\t","\n",pluginmsgex(layers,GetLayersInWindow,"",STRING))); } # ----- PRIVATE _LayerUrlsCopier_BuildMenu{ # layer button popup $__m="Co&py All Layer URLs"; $kLayers==true?setmenu(LayerButtonPopup,macro,$__m,CopyLayerURLs,CloseLayer):0; $kLayers==true?setmenu(LayerButtonPopup,separator,$__m):0; } $OnInit=$OnInit."_LayerUrlsCopier_BuildMenu;"; # ----------------------------------------------------------------------- $macroModules=$macroModules."LayerUrlsCopier;"; [/code] [i]And it's working flawlessly. In any editor supporting linux line breaks (input), afterward best saved like iso-8859-1.[/i][/quote]
[Please Enable JavaScript]
K-Meleon forum is powered by
Phorum
.
Home/News
Screenshots
Download
Documentation
Resources
Get Involved
Forum
Bugs
Development