summaryrefslogtreecommitdiff
path: root/showads.js
diff options
context:
space:
mode:
authorOzh <ozh@ozh.org>2022-04-24 12:57:37 +0200
committerOzh <ozh@ozh.org>2022-04-24 12:57:37 +0200
commit7a23770be016d581d87ba8d1cfafe7bad5eb3da4 (patch)
treee25e4830d5e7ecf63f3685c96680c4c634fc01ce /showads.js
parentd5536bb2a5c11db3fba41e5db86ac52057e541a9 (diff)
Update to 2.091
Fixes #46
Diffstat (limited to 'showads.js')
-rw-r--r--showads.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/showads.js b/showads.js
new file mode 100644
index 0000000..197ec7d
--- /dev/null
+++ b/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