nodebb-plugin-ezoic-infinite 1.6.51 → 1.6.52

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-plugin-ezoic-infinite",
3
- "version": "1.6.51",
3
+ "version": "1.6.52",
4
4
  "description": "Production-ready Ezoic infinite ads integration for NodeBB 4.x",
5
5
  "main": "library.js",
6
6
  "license": "MIT",
package/README-V17.md DELETED
@@ -1,17 +0,0 @@
1
- # V17 – Minimal pile-up fixer (base: ezoic-infinite-fixed (1).zip)
2
-
3
- Tu as demandé de repartir du zip d'origine: certaines variantes ont cassé l'injection.
4
-
5
- ## Principe
6
- V17 **ne touche pas** au code d'injection (pas de hook dans insertAfter/moveWrapAfter).
7
- Les pubs continuent de se créer comme avant.
8
-
9
- V17 intervient seulement quand on détecte un symptôme "pile-up" (2+ pubs between consécutives sans topics entre):
10
- - encapsule les `ul > div.nodebb-ezoic-wrap.ezoic-ad-between` dans un `<li class="nodebb-ezoic-host">` (DOM stable)
11
- - redistribue les hosts en les replaçant juste après le topic `<li>` précédent dans la liste
12
-
13
- ## Déclencheurs
14
- - MutationObserver uniquement sur la liste de topics (guarded par détection pile-up)
15
- - events NodeBB ajaxify / infiniteScroll
16
-
17
- Build: 2026-02-18T14:53:42.167388Z
package/public/test.txt DELETED
@@ -1 +0,0 @@
1
- hi