Detecting AdBlocking software?

前端 未结 10 1414
梦谈多话
梦谈多话 2020-12-13 01:10

I was recently visiting a site and noticed that the page had a section that said it noticed that I was using AdBlocking software and could I kindly turn it off to help suppo

10条回答
  •  离开以前
    2020-12-13 01:41

    What you can do to detect the adblocker on the server-side is somithing like:

    
    
     noAdblocker=true;
    

    Save this file as ads.php

    Now the index.php:

    
    
        
        
    
    

提交回复
热议问题