From e0e61b84fce8ac9257b56211b3eccea7035f62a6 Mon Sep 17 00:00:00 2001 From: stkhan Date: Tue, 21 Mar 2023 21:38:48 -0500 Subject: set showads to false --- showads.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'showads.js') diff --git a/showads.js b/showads.js index 197ec7d..f1071e1 100644 --- a/showads.js +++ b/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; -- cgit v1.2.3