automatic downloads google chrome javascript |
document.getElementsByTagName("Body")[0].
children[2].$["container"].children[2].$["overscroll"].
parentNode.childNodes[10].root.children[13].children[2].children[0].
shadowRoot.children[8].shadowRoot.children[7].click();
I code you can add it in chrome console as in the image:
the html of this browser uses settings-ui tags not very mentioned in the programming language but with the power of javascript nothing is left behind.
now if we want to know if the automatic download is true we can do a check and verify if it is available with the following pure javascript code:
document.getElementsByTagName("Body")
[0].children[2].$["container"].children[2].$["overscroll"]
.parentNode.childNodes[10]
.root.children[13].children[2].children[0]
.shadowRoot.children[8].checked
0 Comments