mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-17 08:30:05 +00:00
8 lines
386 B
XML
8 lines
386 B
XML
<?xml-stylesheet href="chrome://browser/skin/" type="text/css"?>
|
|
<window id="win" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
<box id="testnode" onDOMAttrModified="this.parentNode.removeChild(this)"/>
|
|
<script>
|
|
document.loadOverlay(window.location.href.substr(0,window.location.href.lastIndexOf('/')+1)+'509719-2-overlay.xul', null);
|
|
</script>
|
|
</window>
|