diff --git a/js/showads.js b/js/showads.js new file mode 100644 index 0000000..e78867d --- /dev/null +++ b/js/showads.js @@ -0,0 +1,3 @@ +//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; \ No newline at end of file