summaryrefslogtreecommitdiff
path: root/showads.js
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2023-03-21 21:38:48 -0500
committerstkhan <personal@slickd.xyz>2023-03-21 21:38:48 -0500
commite0e61b84fce8ac9257b56211b3eccea7035f62a6 (patch)
treec0c06a7342870c4d5f2bc076846c63b907f0b874 /showads.js
parent8d0fec594c3500bcbcfba50c7d4c17a7f87db78c (diff)
set showads to false
Diffstat (limited to 'showads.js')
-rw-r--r--showads.js2
1 files changed, 1 insertions, 1 deletions
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;