Updated Run JavaScript before change detection (markdown)

master
dgtlmoon 2022-07-10 13:23:48 +02:00
rodzic 713521e993
commit 551c3f8c92
1 zmienionych plików z 3 dodań i 1 usunięć

@ -6,8 +6,10 @@ Example:
Fill in the search box and click submit at http://www.quotationspage.com/random.php
( Add this shared watch https://changedetection.io/share/qvQ8NFFxQsMa )
```
document.querySelector("input[name=homesearch]").value="summers day";
document.querySelector("input[name=homesearch]").value="cause and effect";
document.querySelector("input[name=startsearch]").click();
```