From 551c3f8c9235ed99fd67bf483119bf7b4b55a35e Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sun, 10 Jul 2022 13:23:48 +0200 Subject: [PATCH] Updated Run JavaScript before change detection (markdown) --- Run-JavaScript-before-change-detection.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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