Greasy Fork is available in English.

Filter Google Search Results by Language

Support Chinese, Chinese (Simplified), Chinese (Traditional), Japanese, English.

< Відгуки до Filter Google Search Results by Language

Question/comment

§
Опубліковано: 13.11.2018

No longer work

I think is because of

document.getElementById('logocont').innerHTML = document.getElementById('logocont').innerHTML + "

" + getformlr() + "
";

https://greasyfork.org/scripts/9230/ is working

Deleted user 227139
§
Опубліковано: 20.11.2018

@eromoe : I think is because of

document.getElementById('logocont').innerHTML = document.getElementById('logocont').innerHTML + ...

https://greasyfork.org/scripts/9230/ is working

Hello, I just found it worked again after modifying the above block like this:

document.getElementById('logo').innerHTML = document.getElementById('logo')> + ...

Note that logocont is replaced with logo, and that's the only change.

§
Опубліковано: 10.02.2019

I think it should be changed to

document.querySelector('#logocont, .logo').innerHTML += "<div style=\"margin-top:16px;\"><form>" + get_form_lr() + "</form></div>";

Опублікувати відповідь

Sign in to post a reply.