kopia lustrzana https://github.com/dgtlmoon/changedetection.io
Updated Run JavaScript before change detection (markdown)
rodzic
57a3596b31
commit
b08e8fcc1b
|
@ -30,6 +30,11 @@ document.querySelector("input[type=submit]").click();
|
||||||
document.querySelector("input[type=text]").value="stripes on a tiger never fade";
|
document.querySelector("input[type=text]").value="stripes on a tiger never fade";
|
||||||
document.querySelector("input[value='Google Search']").click();
|
document.querySelector("input[value='Google Search']").click();
|
||||||
```
|
```
|
||||||
|
#### Accept or Reject cookie/data
|
||||||
|
|
||||||
|
```
|
||||||
|
document.evaluate("//span[contains(., 'Reject all')]", document, null, XPathResult.ANY_TYPE, null ).iterateNext().click();
|
||||||
|
```
|
||||||
|
|
||||||
### Accept cookie alert info
|
### Accept cookie alert info
|
||||||
https://edition.cnn.com ( shared watch import link https://changedetection.io/share/-ANRwLTBCNMa )
|
https://edition.cnn.com ( shared watch import link https://changedetection.io/share/-ANRwLTBCNMa )
|
||||||
|
|
Ładowanie…
Reference in New Issue