nodebb-plugin-ezoic-infinite 1.8.49 → 1.8.50

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.
Files changed (2) hide show
  1. package/library.js +0 -5
  2. package/package.json +1 -1
package/library.js CHANGED
@@ -142,11 +142,6 @@ 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
144
  '<script async src="//www.ezojs.com/ezoic/sa.min.js"></script>',
145
- '<script>',
146
- 'window.ezstandalone = window.ezstandalone || {};',
147
- // Always reference through window to avoid ReferenceError in stricter contexts
148
- 'window.ezstandalone.cmd = window.ezstandalone.cmd || [];',
149
- '</script>',
150
145
  ].join('\n');
151
146
 
152
147
  // ── Hooks ────────────────────────────────────────────────────────────────────
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-plugin-ezoic-infinite",
3
- "version": "1.8.49",
3
+ "version": "1.8.50",
4
4
  "description": "Production-ready Ezoic infinite ads integration for NodeBB 4.x",
5
5
  "main": "library.js",
6
6
  "license": "MIT",