• Hello,

    one of the last updates added code to the website, how can I remove it? In my opinion it has no place on the published page:

    <script>function nxsPostToFav(obj){obj.preventDefault;var k=obj.target.split("-");var nt=k[0];var ii=k[1];var pid=k[2];var data={action:'nxs_snap_aj',nxsact:'manPost',nt:nt,id:pid,nid:ii,et_load_builder_modules:1,_wpnonce:'123456789'};jQuery('#nxsFavNoticeCnt').html('<p> Posting... </p>');jQuery('#nxsFavNotice').modal({fadeDuration:50});jQuery.post('https://www.EXAMPLEWEBSITE.COM/wp-admin/admin-ajax.php',data,function(response){if(response=='')response='Message Posted';jQuery('#nxsFavNoticeCnt').html('<p> '+response+'</p>'+'<input type=button onclick=jQuery.modal.close(); class=bClose value=Close />');});}</script>

    and

    <div style="display: none;" id=nxsFavNotice><div id=nxsFavNoticeCnt>Posting....</div></div>

    What is the point? I don’t want such code to be added unnecessarily and without permission by an update. The choice should remain with the user and I don’t see any point for this code in the frontend here either. I use the Auto Poster in the admin area, so that an article is automatically shared in social networks after publication – this has nothing to do in the frontend.

    How do I disable or remove this code?

    CU

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter dajanas

    (@dajanas)

    PS: Why are CSS and JS files loaded from Auto Poster in the Frontent (!)? What for? They have nothing to do there. How to remove?

    Thread Starter dajanas

    (@dajanas)

    HELLO?

    Thread Starter dajanas

    (@dajanas)

    Is there anyone? Support? Explanation?

    Thread Starter dajanas

    (@dajanas)

    Why doesn’t the responsible plugin author answer this legitimate question? What is the code doing there?

    Thread Starter dajanas

    (@dajanas)

    How – to – remove?

    Thread Starter dajanas

    (@dajanas)

    I removed the plugin.

    Plugin Author NextScripts

    (@nextscripts)

    Sorry, but what seems to be the problem here?

    First of all this code is added ONLY when you open a page being logged as an admin. Your regular visitors don’t see it.

    Second, its hidden until you click “Post” button. So what is the problem?

    Hi,
    I have the same problem. I found it in static page saved by supercache.
    Definitly, it is better to load in admin part only.

    • This reply was modified 2 years, 4 months ago by das73.
    • This reply was modified 2 years, 4 months ago by das73.
    Plugin Author NextScripts

    (@nextscripts)

    Please update your plugin to the latest version. This problem has been fixed there.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Update added code – how to remove?’ is closed to new replies.