Updated Run JavaScript before change detection (markdown)

master
dgtlmoon 2022-11-06 16:12:24 +01:00
rodzic 9c995793a3
commit 21c201eff4
1 zmienionych plików z 1 dodań i 1 usunięć

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