From 393e8f70e69c0ea800cb08f5fe84a22d74fdbc3e Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sun, 6 Nov 2022 16:12:52 +0100 Subject: [PATCH] Updated Run JavaScript before change detection (markdown) --- Run-JavaScript-before-change-detection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Run-JavaScript-before-change-detection.md b/Run-JavaScript-before-change-detection.md index 4a67087..7ea6da7 100644 --- a/Run-JavaScript-before-change-detection.md +++ b/Run-JavaScript-before-change-detection.md @@ -61,7 +61,7 @@ setInterval(function(){ },1000); ``` -"**CSS/JSON/XPATH Filter**" to `.shop-sku-list-item` +"**CSS/JSON/XPATH Filter**" to `.shop-sku-list-item` (to just extract the product prices and price+description) "**Remove Elements**" (optional, to cut down noise) to ```