<?xml version="1.0" encoding="UTF-8"?>
<overlay id="variousXuls" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<popup id="contentAreaContextMenu">
<menuitem label="CopyURL"
id="CopyURL"
class="menu-iconic"
accesskey="C"
oncommand="Cc['@mozilla.org/widget/clipboardhelper;1'].getService(Ci.nsIClipboardHelper).copyString(content.document.location.href)"
insertbefore="context-searchselect"/>
</popup>
</overlay>