diff --git a/Run-JavaScript-before-change-detection.md b/Run-JavaScript-before-change-detection.md index 09742cf..256f086 100644 --- a/Run-JavaScript-before-change-detection.md +++ b/Run-JavaScript-before-change-detection.md @@ -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(); ``` \ No newline at end of file