Closed fhoshino closed 5 years ago
Hello,
wormboy on https://openuserjs.org/scripts/tumpio/Endless_Google/issues/No_DOM_element_with_id_rcnt
An issue that I had reported before has resurfaced. This time the DOM has no element with id "rcnt".
To get this working again, I changed line #53 to this:
var input = document.querySelector("form[role=search] input[name=q]");
Hello,
wormboy on https://openuserjs.org/scripts/tumpio/Endless_Google/issues/No_DOM_element_with_id_rcnt
An issue that I had reported before has resurfaced. This time the DOM has no element with id "rcnt".
To get this working again, I changed line #53 to this:
var input = document.querySelector("form[role=search] input[name=q]");
It works!!! Thanks
Broken after google updated their code