games/Cookie-Clicker/showads.js
hexahigh f738ccef4f e
2022-05-01 19:18:13 +02:00

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