• t-ryder

    (@ryder203)


    my WordPress website auto-updated this plugin today. Now my website shows only this here, and I can’t login to the backend because of that. So I need some ftp action when I find the time for it *sigh* …

    (function($){$(function(){var user_agent=navigator.userAgent;var is_opera_edge;var browser=user_agent.match(/(opera|chrome|safari|firefox|msie|trident(?=\/))/i)||[];var browser_name=”;var browser_class=”;if(/trident/i.test(browser[0])){browser_name=’ie’;}else if(browser[0]===’Chrome’){is_opera_edge=user_agent.match(/\b(OPR|Edge)/);if(is_opera_edge!==null){browser_name=is_opera_edge[0].replace(‘OPR’,’opera’);}} if(”===browser_name){if(‘standalone’in window.navigator&&!window.navigator.standalone){browser_name=’uiwebview’;}else{browser_name=browser[0]&&”!==browser[0]?browser[0]:navigator.appName;}} browser_name=browser_name.toLowerCase();switch(browser_name){case’msie’:browser_class=’ie’;break;case’firefox’:browser_class=’gecko’;break;default:browser_class=browser_name;break;} if(user_agent.match(/iPhone/)){browser_class+=’ iphone’;} $(‘body’).addClass(browser_class);});})(jQuery);

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter t-ryder

    (@ryder203)

    the stuff posted above is from Firefox Mobile. Samsung Mobile shows this:

    (function($){const CTCInline={init:function(){this._bind();},_bind:function(){$(document).on(‘click’,’.ctc-inline-copy’,this.doCopy);},doCopy:function(event){event.preventDefault();const self=$(this) let text=self.find(‘.ctc-inline-copy-textarea’).val()||” text=$.trim(text);CTCWP.copy(text);self.addClass(‘copied’);setTimeout(function(){self.removeClass(‘copied’);},1000);}};$(function(){CTCInline.init();});})(jQuery);

    Plugin Author Mahesh Waghmare

    (@mahesh901122)

    Hello,

    That’s strange. Can you please immediately share the page URL where the issue exists.

    If it’s not the public URLs then you may create a temporary login and share with me though email: [email protected]

    I’ll immediately take care and solve it.

    Thread Starter t-ryder

    (@ryder203)

    Thanks for the reply. I use the adguard app on my Android smartphone and if the filtering is active I get that result. Before that last update it wasn’t that way. Don’t know what you did with the code that now it’s blocked. I’m using adguard in Firefox as plugin, and the app as systemwide blocker, but it’s caused by the app and not the browser plugin.

    Plugin Author Mahesh Waghmare

    (@mahesh901122)

    How to reproduce the issue? Is it possible to share the screenshot of the app?

    Meanwhile, we are trying to reproduce the issue.

    Thread Starter t-ryder

    (@ryder203)

    right now I can’t reproduce the scenario with adguard. My computer is broken so I can’t check stuff. Plus I have adguard DNS in my router, adguard app as local vpn and adguard plugin in Firefox. Anyway I guess you changed something during the last update that caused this since the buggy code shows something with “copy” … I’m gonna remove your plugin and use something else then, if I can access some ftp client anyhow. It’s the perfect time for something like that right since everything else is going down the drain here too. fml.

    Plugin Author Mahesh Waghmare

    (@mahesh901122)

    Thread Starter t-ryder

    (@ryder203)

    I’m sincerely sorry for the inconvenience. Now that my PC is working again and I have access to the webspace backend, I’ve realized that the issue was due to incorrect nginx server settings. I deeply regret any trouble this may have caused, and it was never my intention to waste your time. The server started having problems on the same day you updated the plugin. All I had was the plugin update info email, which led me to the wrong conclusions.

Viewing 7 replies - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.