waves/public/assets/g/cookieclicker/showads.js
2025-04-09 17:11:14 -05:00

3 lines
251 B
JavaScript

//this lets us detect adblockers so we can adjust the layout in case ads aren't shown ! (we're not using this for anything weird, promise !)
//this works because an adblocker will usually block this file from being embedded at all
var showAds=true;