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();