Improvement requests :  K-Meleon Web Browser Forum
Use this forum to talk about a feature you're missing. 
Suggestion..
Posted by: C
Date: February 01, 2003 08:43PM

I think you guys should make a section for this site where people can submit their macro scripts and users will have option to download them. Andres has done a decent job with his site, but I'm sure there are many macros out there that we don't know about.

Options: ReplyQuote
Re: Suggestion..
Posted by: MaxAuthority
Date: February 02, 2003 06:25AM

A great idea smiling smiley

Here are my first two usefull ones:
---
text_link{
menu = Go &here
$tmp = getclipboard();
id(ID_EDIT_COPY);
opennew(getclipboard());
setclipboard($tmp);
}

toggle_javascript_open {
$js_open = getpref(STRING, "capability.policy.default.Window.open");
$js_open == "noAccess" ? setpref(STRING, "capability.policy.default.Window.open", "allAccess") : setpref(STRING, "capability.policy.default.Window.open", "noAccess");
}
=====================
And I really think that opening a "macro-section" would minimize asking the same question many times in the forums....

Options: ReplyQuote
Re: Suggestion..
Posted by: jsnj
Date: February 02, 2003 06:58AM

This has been requested quite a few times over the last few months and a few threads have been started but after a week or so they die.

Options: ReplyQuote
Re: Suggestion..
Posted by: C
Date: February 02, 2003 03:47PM

MaxAuthority, that's exactly my point, cause I hate asking questions that already have been repeated.. It would be kind of like a "macro" database.
Jsnj, hope the devs or Andrew responds to this thread I guess.

Options: ReplyQuote
Re: Suggestion..
Posted by: jsnj
Date: February 02, 2003 05:46PM

I just filed an RFE bug # 342 requesting a macros section.

Options: ReplyQuote


K-Meleon forum is powered by Phorum.