From 9f49a99d05739a75b3259352d84be91c5b58126e Mon Sep 17 00:00:00 2001 From: Alex Trix Date: Wed, 2 Oct 2019 23:28:21 -0400 Subject: [PATCH] v2.021 beta Removed ads --- js/showads.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/showads.js b/js/showads.js index e78867d..806f5fa 100644 --- a/js/showads.js +++ b/js/showads.js @@ -1,3 +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 +var showAds=false;