A great idea
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....