[Greasemonkey] Manage User Scripts dialog modeless?

Jim Roberts jimmyroberts at gmail.com
Fri Feb 3 18:09:23 EST 2006


On 2/3/06, Bill Donnelly wrote:
> Is it necessary for the Manage User Scripts dialog to be a modal dialog?
> It would be better if it was not, imo.
>
>

You could open chrome://greasemonkey/content/manage.xul in a tab or window.

Or you could remove ',modal' from \chrome\chromeFiles\content\browser.js

function manageMenuItemClicked() {
   window.openDialog("chrome://greasemonkey/content/manage.xul", "manager",
    "resizable,centerscreen,modal");
}

Not sure if there are any reasons you shouldn't do that.

Cheers,


More information about the Greasemonkey mailing list