• Hello, I don’t seem to find information on this around the web. I dunno if it’s a virus or something. the following code appears in the HTML of the TinyMCE:

    <mce:script id="finspector_js_injector" type="text/javascript"><!--
    function fInspectorReloadSwf(swfId){var swfEle = document.getElementById(swfId);var visibility = swfEle.style.visibility;swfEle.style.visibility = "none";var pos = swfEle.style.position;swfEle.style.position = (pos == "fixed" ? "relative" : "fixed");setTimeout(function() {swfEle.style.position = pos;swfEle.style.visibility = visibility;setTimeout(function() {try{swfEle.setSwfId(swfId);}catch(error){}}, 300);}, 0);}
    // --></mce:script>

    It’s a hidden code somewhere that appears anytime I create a post/page. And when pulling out the_excerpt() it prints the // everywhere, and it’s quite annoying to edit the entries all the time to just erase it.

    Please help on this =/

  • The topic ‘"id=finspector_js_injector" a virus on TinyMCE?’ is closed to new replies.