Code

Discussion on Ad Block Detector Pro | Light-weight Pure JavaScript Plugin

Discussion on Ad Block Detector Pro | Light-weight Pure JavaScript Plugin

Cart 28 sales

Flerosoft supports this item

Supported

This author's response time can be up to 1 business day.

24 comments found.

Hi, the popup still showing when I already have the adblock disabled.

Hi,

It seems there may be a conflict with your existing code. We’ve also responded to your email—please check your spam or junk folder in case it didn’t reach your inbox.

We’ll review your installation and work to resolve the issue promptly.

Best regards, Flerosoft Team

Hello, I haven’t received any emails from your support team and nothing in my spam folder. I do receive emails from Envato.

Regarding the conflict with my code, it’s impossible because I uploaded your file as is to my server, so there’s no interaction with any other code.

And for me, it doesn’t work. I can send you a URL if you like.

Hey,

Please mail us the server credentials where you have hosted your website alog with the url here: flerosoft@gmail.com. Our team will resolve it within 2-4 working days. Here is our previous reply: https://snipboard.io/hx2utE.jpg

Regards, Flerosoft

Hi, I’m interested in the AdBlock Detector Pro | Pure JavaScript Plugin, but I have a question before purchasing: Is it compatible with NextJS, and can you install it for me?

Hey,

We’ve sent a reply to your message. If you haven’t seen it yet, kindly check your spam or junk folder, as it may have landed there by mistake.

Best regards, Flerosoft

Hello, I haven’t received any messages from you. Please look forward to your help because I urgently need it.

Hey, Please check your spam or junk folder. We have already sent you a message. Check here: https://snipboard.io/Ui792G.jpg

Hello I have renewed support How do I get the code?

You can go to downloads and download the latest updated code! To integrate into your website, refer: https://adblockdetectorpro.flerosoft.com/docs/

If you are facing any issues, please connect with us here: https://support.flerosoft.com/

Is it possible to place the code on only one page on the site?

Hey,

Yes, it is possible to place the code so that it only runs on one specific page of your website.

To achieve this, you can check the current page URL or a specific condition to run the code only on that page. For instance, you could check if the page has a specific URL:

window.addEventListener('load', function (event) { // Check if the current page URL matches a specific condition if (window.location.pathname === '/specific-page') { abDetectorPro.init(); } });

Documentation: https://adblockdetectorpro.flerosoft.com/docs/

Regards, Flerosoft

How do I install the tool on the blog?

Hey, Here is the documentation: https://adblockdetectorpro.flerosoft.com/docs/

If you have a WordPress website, please connect us with here: https://support.flerosoft.com/

We will guide you through the installation process or we will install it on your blog.

it doesn’t work very well, I didn’t activate any adblock and the message always appears, why?

Hello,

We responded to your ticket with a solution within four hours of your request. If you haven’t seen it yet, please check your spam or junk folder for any emails from Flerosoft.

Hi, I didn’t receive anything in my mail

Hey, We have forwarded the email again to you. Please check.

not work for Brave

No adblock detector can guarantee 100% effectiveness, and it’s important to understand the limitations of plugin-based solutions due to evolving web technologies. We’ve invested in building a reliable adblock detection plugin and are continuously working on improving it to minimize adblocker impact on your website. If you have any questions or need clarification, feel free to reach out to our support team.

Best Regards, Flerosoft.

I tested it on brave mobile and it didn’t work, is there a plan to update the code?

It is crucial to understand that no adblock detector can provide an absolute guarantee of 100% detection effectiveness. We believe in transparency and want to ensure that our customers have a clear understanding of the limitations inherent in such technology.

While our adblock detection plugin is designed to provide comprehensive coverage across various browsers and platforms, it is important to acknowledge that there will always be certain limitations associated with plugin-based solutions. Due to the constantly evolving nature of web browsers and technology, it is challenging to achieve complete coverage across all scenarios.

We have invested significant resources in developing a robust and reliable adblock detection solution, and we continue to refine and enhance its capabilities. Our team is dedicated to providing the best possible experience for our users and minimizing the impact of adblockers on your website’s revenue.

Should you have any questions or require further clarification regarding our adblock detection plugin or its limitations, please do not hesitate to reach out to our support team. We are here to assist you and address any concerns you may have.

Best Regards, Flerosoft

How to install in wordpress, it tells me that it is not compatible. Is it a plugin? Please helpme ?

Hey, you can install it in WordPress too. You will have to install a plugin. https://wordpress.org/plugins/custom-css-js/

Once you purchase, please get in touch with us here: https://support.flerosoft.com/. We will guide you with WordPress installation.

Get an extra 20% off when you directly purchase from https://flerosoft.com/products/javascript/ad-block-detector-pro-light-weight-pure-javascript-plugin/

Hi, the popup still showing when I already have the adblock disabled.

Strange that your demo works well, but not on my website.

I found the issue, it was caused by my httaccess as I had a custom 404 page .

Yeah, we also checked. Actually your configuration was returning 302 Found instead of 404 which was making popup to show again. Now we have tested on our side too, works perfect.

How to install in wordpress, it tells me that it is not compatible. Is it a plugin?

How To Use CookieNoticePro With Wordpress?

Using A Plugin: Simple Custom CSS and JS

abdetectorpro.script.js

  • Go to Admin Dashboard->Custom CSS & JS->Add JS Code
  • Keep title and permalink as abdetectorpro.script.js
  • Clear the editor and paste the JS code from downloaded codecanyon source file in editor
  • Click on Publish

abdetectorpro.style.css

  • Go to Admin Dashboard->Custom CSS & JS->Add CSS Code
  • Keep title and permalink as abdetectorpro.style.css
  • Clear the editor and paste the CSS code from downloaded codecanyon source file in editor
  • Click on Publish

abdetectorpro.init

  • Go to Admin Dashboard->Custom CSS & JS->Add JS Code
  • Keep title and permalink as abdetectorpro.init
  • Clear the editor and paste the JS code given below:
window.addEventListener('load', function (event) {
  abDetectorPro.init();
});
  • Click on Publish
  • Welcome. I updated my website, Can I install the add-on again please?

    Yes, we will install it again for you

    Does it work on all devices (computer, mobile, tablet) + Does it work on all browsers?

    Hey, you can follow the steps below to add Ad Block Detector Pro to your website:

    1. Unzip the downloaded package and open the /SourceCode/ABDetectorPro folder to find all the files.

    2. You should add downloaded CSS and js files to your project.
    <head>
      <link rel="stylesheet" href="./style/abdetector.style.min.css" />
      <script src="./js/abdetector.script.min.js"></script>
    </head>
    
    3. Initialise:
    window.addEventListener('load', function (event) {
      abDetectorPro.init();
    });
    

    Give me a technical support email

    Hey, we added it on your website for you :)

    First off – Love the script. it works great… However, which setting or how can I make it that they have to disable ad block to see content. When we click on X to close, it just closes it and lets them see the content without disabling. Thanks

    Never did get a response on this at all :( So really defeats the purpose of the script

    Hey, we are extremely sorry, we missed this. It’s very simple to hide the close icon.

    1. Goto: /js/abdetectorpro.script.js 2. Find the below line and change true to false

    showCloseIcon: true, // Show close icon to hide popup

    Nice script and the Support is fantastic. My script stopped working after couple of days then i mailed them and they solved this problem in couple of hours. I recommend everyone to purchase this script.

    Thank you for your feedback!

    Hello, is there going to be a version for Brave? here with brave browser it didn’t detect it.

    It is crucial to understand that no adblock detector can provide an absolute guarantee of 100% detection effectiveness. We believe in transparency and want to ensure that our customers have a clear understanding of the limitations inherent in such technology.

    While our adblock detection plugin is designed to provide comprehensive coverage across various browsers and platforms, it is important to acknowledge that there will always be certain limitations associated with plugin-based solutions. Due to the constantly evolving nature of web browsers and technology, it is challenging to achieve complete coverage across all scenarios.

    We have invested significant resources in developing a robust and reliable adblock detection solution, and we continue to refine and enhance its capabilities. Our team is dedicated to providing the best possible experience for our users and minimizing the impact of adblockers on your website’s revenue.

    Should you have any questions or require further clarification regarding our adblock detection plugin or its limitations, please do not hesitate to reach out to our support team. We are here to assist you and address any concerns you may have.

    Best Regards, Flerosoft

    Hej Flerosoft

    The detection of the adblocker “ghostery” works on Firefox, Edge, Chrome but unfortunately not on Safari
    can you fix this?

    possibly you can also take the browser “BRAVE” on the list, this is also not blocked… But I can well imagine that this will be very difficult to trick a complete browser

    Hey,

    We will try to add support for as many browsers/adblockers as possible in the next update. Please note: Some browsers/adblockers can still bypass the detection as it’s not 100% guaranteed but it will work with most for most of the cases

    I bought it directly from the developer to take advantage of the 20% discount.

    The support is fantastic and very fast.
    The customization options are not so easy (should you like a little individuality), you need to have some html knowledge if you want to customize it. But it is a fantastic script that does exactly what it promises!

    Thanks for this…

    Hey,

    Thanks for your feedback. Text, language, colors are easily customisable, no coding required. Incase if you want to make any custom changes apart from these, then only you will need some basic knowledge otherwise no need.

    Text, language and colors customisation is super easy!

    Due to the foreign language, I probably didn’t express myself very well.

    I wanted to say that if you want to have a little more individuality it is not so easy to adjust something in the code. It is a very compact page structure – which I did not really know until now. But it is not impossible to customize something “outside the box” ;-)

    Of course, the adaptations of the basic functions as you called them are very easy and understandable to adapt.

    I can only recommend this script, that’s why I bought it… Keep up the good work.

    Hey, thanks alot!

    It goes same with most of the scripts. There is only upto a certain level of customisations. If you want to give a more personal touch, you will need to have modify code.

    Regards, Flerosoft

    It’s a fantastic script! I buy directly from the website and get a 20% discount. It’s not working well on my server due to configuration. However, the team has been extremely helpful in resolving my issue, and the product works well at this moment.

    very great support !!

    Thank you!!! 5 stars ++++

    not work for me net:: ERR_BLOCKED_BY_CLIENT

    Hi,

    We just checked your files. Do not name the folder ads. AdBlock extensions blocks the script due to that name. Name it something else or you can simply name it abdetector/js/abdetector.script.js

    I made the change to the folder name, yes there were changes now it shows the message whether the adblock is active or not, the problems continue but if I change something with that. what i do now?

    fixed now thanks!

    by
    by
    by
    by
    by
    by

    Tell us what you think!

    We'd like to ask you a few questions to help improve CodeCanyon.

    Sure, take me to the survey