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=JamesD] [quote=mhf] This is maybe too much to ask but I was thinking about an input window to add a meaningful description and not just the url as a description ... ? [/quote] I think you can already. See the blue line of code. Links don't provide a description. Pages have titles which I used. [code] _QickStor_StoreL2 { $_QickStor_NewCount = $_QickStor_CurrentCount + 1; id(ID_COPY_LINK_LOCATION); $_QickStor_URL = getclipboard() ; [color=#0066FF]$_QickStor_Description = prompt("45 characters maximum", "Edit the discription",substr($_QickStor_URL,0,45));[/color] alert( "Count: ".$_QickStor_NewCount."\n"."URL: ".$_QickStor_URL."\n"."Desc: ".$_QickStor_Description , "Item to be stored", INFO); setpref(INT,"k-meleon_QickStor.count", $_QickStor_NewCount); setpref(STRING,"k-meleon_QickStor.Url.".$_QickStor_NewCount, $_QickStor_URL); setpref(STRING,"k-meleon_QickStor.Description.".$_QickStor_NewCount, substr($_QickStor_Description,0,45) ); } [/code][/quote]
[Please Enable JavaScript]
K-Meleon forum is powered by
Phorum
.
Home/News
Screenshots
Download
Documentation
Resources
Get Involved
Forum
Bugs
Development