update Pref
Posted by:
Rick Diaz
Date: April 30, 2002 01:43AM
Say if i want to append to a preference like:
popupkill {
menu=PopUp &Link
setpref(STRING, capability.policy.restrictedpopups.sites, location.href);
}
how do i get the previouse values to i can append to this list instead of overwriting it each time. is there a get pref?
Thanks
Rick
Re: update Pref
Posted by:
po
Date: April 30, 2002 07:17AM
getpref() is one of the badly neede features that exists in the new version of the macro plugin, along with getclipboard(), setclipboard(), id commands, and variables... unfortunately, the current beta version seems to be somewhat broken concerning setpref() and togglepref(), so it's not quite ready yet...