mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-29 10:48:39 +09:00
13 lines
289 B
XML
13 lines
289 B
XML
<?xml version="1.0"?>
|
|
|
|
|
|
<overlay id="menuDraggingOverlay"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
<window id="main-window">
|
|
|
|
<script type="application/x-javascript" src="chrome://browser/content/browser-menudragging.js" />
|
|
|
|
</window>
|
|
|
|
</overlay>
|