stayopenmenu.uc.xul
代碼:
<?xml version="1.0"?>
<!-- ***** BEGIN LICENSE BLOCK *****
- Version: MPL 1.1
-
- The contents of this file are subject to the Mozilla Public License Version
- 1.1 (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
- http://www.mozilla.org/MPL/
-
- Software distributed under the License is distributed on an "AS IS" basis,
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- for the specific language governing rights and limitations under the
- License.
-
- The Original Code is Stay-Open Menu.
-
- The Initial Developer of the Original Code is
- Tawny Hoover.
- Portions created by the Initial Developer are Copyright (C) 2007
- the Initial Developer. All Rights Reserved.
-
- Contributor(s):
-
- ***** END LICENSE BLOCK ***** -->
<overlay id="stayopenmenu"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" >
<menu id="bookmarksMenuPopup" onclick='if(event.button != 1) {return;}
BookmarksEventHandler.onCommand(event)' />
<hbox id="bookmarksBarContent" onclick='if(event.button != 1) {return;}
BookmarksEventHandler.onCommand(event);' />
<menu id="history-menu" onclick="if(event.button != 1) {return;}
var node = event.target.node; if (node) { PlacesUIUtils.markPageAsTyped(node.uri); openUILink(node.uri, event, false, true);}" />
</overlay>
在書籤工具欄的彈出菜單中點中鍵 可以連續開啟多個書籤
點其它地方或按ECS關閉彈出菜單