Cookie-Clicker-Source-Code/js/showads.js
Alex Trix 9f49a99d05
v2.021 beta
Removed ads
2019-10-02 23:28:21 -04:00

4 lines
256 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=false;