2016-07-15 98 views

回答

0

我使用Adsense,並使用此代碼來檢測UC瀏覽器中的adblocker。

setTimeout(function() { 
    if(document.querySelectorAll && document.querySelectorAll('[data-adsbygoogle-status]').length==0) { 
    alert('AdBlock detected'); 
    } 
}, 3000); 

目前,我正在使用UC瀏覽器v10.10.5.809進行測試,它的工作原理。

+0

你在哪裏把這個代碼,在phpbb? –