Cookie-Clicker-Source-Code/showads.js
Suzanne Soy b5d8f58861 v2.052
2023-11-16 20:11:40 +00:00

3 lines
253 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;