tumpio / gmscripts

tumpio's usercripts

Home Page:https://openuserjs.org/users/tumpio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Endless Google] Broken after google update

fhoshino opened this issue · comments

Broken after google updated their code

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