From 56700b784106415ee89274d7e4d49ed827ed49b8 Mon Sep 17 00:00:00 2001 From: RGlintmeijer <20862757+RGlintmeijer@users.noreply.github.com> Date: Wed, 1 Apr 2026 22:08:21 +0200 Subject: [PATCH] Fix mijnafvalwijzer.nl Change endList index search to 'month-sections'. The content of the site changed, so only januari got fetched. This resulted in an empty list on the Toon. --- wastecollectionProvider_1.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wastecollectionProvider_1.js b/wastecollectionProvider_1.js index d0a38df..0bfa0bd 100644 --- a/wastecollectionProvider_1.js +++ b/wastecollectionProvider_1.js @@ -33,7 +33,7 @@ aNode = aNode.slice(i); i = 0; - endList = aNode.indexOf("section"); //stop here + endList = aNode.indexOf("month-sections"); //stop here if ( i < endList) { while (i < endList) {