On 10/1/11 10:13 AM, Stanimir Stamenkov wrote:
> Sat, 01 Oct 2011 08:34:26 -0700, /David E. Ross/:
>> On 10/1/11 6:56 AM, Stanimir Stamenkov wrote:
>>
>>> If you use PrefBar, Custom Buttons or similar extension you could
>>> create a button opening it in new window using the following code:
>>>
>>> open("chrome://communicator/content/permissions/cookieViewer.xul",
>>>        "SM_COOKIE_MANAGER", "chrome,width=480,height=640,resizable");
>>
>> Periodically, I need to review the persistent cookies to see if any are
>> expiring.  This is a pain with Data Manager.  With your script, I can
>> now scroll through all my cookies without having to keep selecting new
>> domains.
> 
> You may improve the button code a bit like:
> 
> open("chrome://communicator/content/permissions/cookieViewer.xul",
>      "SM_COOKIE_MANAGER", "chrome,width=480,height=640,resizable").focus();
> 
> This makes sure the Cookie Manager window will be brought to front, 
> if already opened in the background - otherwise the button doesn't 
> have an obvious effect which could be confusing.
> 

I created a PrefBar button for this, after which I tweaked the size.
Now, I'm letting it "soak" before sending it (with another button for
expiring history) to Manuel Reimer.

-- 

David E. Ross
<http://www.rossde.com/>.

Anyone who thinks government owns a monopoly on inefficient, obstructive
bureaucracy has obviously never worked for a large corporation.
© 1997 by David E. Ross
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to