nodebb-plugin-ezoic-infinite 1.8.62 → 1.8.64
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/library.js +2 -1
- package/package.json +1 -1
package/library.js
CHANGED
|
@@ -141,12 +141,13 @@ const HEAD_PRECONNECTS = [
|
|
|
141
141
|
const EZOIC_SCRIPTS = [
|
|
142
142
|
'<script data-cfasync="false" src="https://cmp.gatekeeperconsent.com/min.js"></script>',
|
|
143
143
|
'<script data-cfasync="false" src="https://the.gatekeeperconsent.com/cmp.min.js"></script>',
|
|
144
|
+
'<script async src="//www.ezojs.com/ezoic/sa.min.js"></script>',
|
|
144
145
|
'<script>',
|
|
145
146
|
'window._ezaq = window._ezaq || {};',
|
|
146
147
|
'window.ezstandalone = window.ezstandalone || {};',
|
|
147
148
|
'ezstandalone.cmd = ezstandalone.cmd || [];',
|
|
148
149
|
'</script>',
|
|
149
|
-
'<script
|
|
150
|
+
'<script src="//ezoicanalytics.com/analytics.js"></script>',
|
|
150
151
|
].join('\n');
|
|
151
152
|
|
|
152
153
|
// ── Hooks ────────────────────────────────────────────────────────────────────
|