Ищите где или с помощью чего вставлен код:
<script type="text/javascript">
document.body.addEventListener("mousedown",function(){var e;(e=document.getElementById("add-link-copy"))&&e.remove()}),document.body.addEventListener("mouseup",function(){!function(){var e,t,n,o;if(window.getSelection){if(!(n=(e=window.getSelection()).toString())||n.length<10)return;(n=(t=e.getRangeAt(0)).cloneRange()).collapse(!1),(o=document.createElement("span")).setAttribute("id","add-link-copy"),o.setAttribute("style","position:absolute;overflow:hidden;width:1px;height:1px"),o.innerHTML='<br>Подробнее: <a href="'+location.href+'">'+location.href+"</a>",n.insertNode(o),t.setEndAfter(o),e.removeAllRanges(),e.addRange(t)}else if(document.selection){if(!(n=(t=(e=document.selection).createRange()).text)||n.length<10)return;(n=t.duplicate()).collapse(!1),(o=document.createElement("span")).setAttribute("id","add-link-copy"),o.setAttribute("style","position:absolute;overflow:hidden;width:1px;height:1px"),o.innerHTML='<br>Подробнее: <a href="'+location.href+'">'+location.href+"</a>",n.pasteHTML(o),t.setEndPoint("EndToEnd",n),t.select()}}()});
</script>