From 4e63203bc2583043a648b7d40fac4c4517113222 Mon Sep 17 00:00:00 2001 From: Amauri CHAMPEAUX Date: Sat, 7 Mar 2015 03:29:23 +0100 Subject: [PATCH] Adblocker statistics (pro feature) --- tarteaucitron.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tarteaucitron.js b/tarteaucitron.js index 6116af5..59d95d8 100644 --- a/tarteaucitron.js +++ b/tarteaucitron.js @@ -289,9 +289,13 @@ var tarteaucitron = { html += ' ' + tarteaucitron.lang.reload; html += ' '; html += ''; + html += '
'; div.id = 'tarteaucitronRoot'; body.appendChild(div, body); div.innerHTML = html; + tarteaucitron.pro('!adblocker=true'); + } else { + tarteaucitron.pro('!adblocker=false'); } }, 1500); }