From 7a23770be016d581d87ba8d1cfafe7bad5eb3da4 Mon Sep 17 00:00:00 2001 From: Ozh Date: Sun, 24 Apr 2022 12:57:37 +0200 Subject: Update to 2.091 Fixes #46 --- showads.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 showads.js (limited to 'showads.js') 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 -- cgit v1.2.3