From 21c201eff40a039f6a050b151bae132ee6e6700d Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sun, 6 Nov 2022 16:12:24 +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 06315ea..4a67087 100644 --- a/Run-JavaScript-before-change-detection.md +++ b/Run-JavaScript-before-change-detection.md @@ -54,7 +54,7 @@ In that above shared link, we will be watching BestBuy for changes in GTX 4090 g Or set these **"Execute JavaScript before change detection"** - +(If you get the country flag/location request) ``` setInterval(function(){ document.evaluate("//div[@lang='en']//a[@class='us-link']", document, null, XPathResult.ANY_TYPE, null ).iterateNext().click();