Browse Source

Weather: Hide search suggestions banner (#734)

pull/899/head
Valentin Radu 4 years ago
parent
commit
9cfe6b1a61
  1. 1
      ep_weather_host/ep_weather_provider_google_script.h

1
ep_weather_host/ep_weather_provider_google_script.h

@ -113,6 +113,7 @@ if (document.getElementsByClassName(\"QS5gu sy4vM\").length > 1) { document.getE @@ -113,6 +113,7 @@ if (document.getElementsByClassName(\"QS5gu sy4vM\").length > 1) { document.getE
//document.getElementById(\"search\").scrollIntoView(true);\n\
return ep_result;\n\
}\n\
let banner1 = document.getElementById(\"taw\"); if (banner1) { banner1.style = \"display: none\"; }\n\
scrolldisable();\n\
ep_weather_part2();\n\
";

Loading…
Cancel
Save