mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-06 09:29:35 +00:00
9 lines
377 B
Plaintext
9 lines
377 B
Plaintext
|
<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>
|