mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +09:00
8 lines
377 B
Text
8 lines
377 B
Text
|
|
<overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||
|
|
<script>
|
||
|
|
if (document.getElementById("testnode")) {
|
||
|
|
document.loadOverlay(window.location.href.substr(0,window.location.href.lastIndexOf('/')+1)+'509719-2-overlay.xul', null);
|
||
|
|
}
|
||
|
|
</script>
|
||
|
|
<box xmlns="http://www.w3.org/1999/xhtml" id="testnode" removeelement="true"/>
|
||
|
|
</overlay>
|