From 9cfe6b1a615b36549520431b2cbb29989c8e6b65 Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Mon, 21 Feb 2022 02:43:23 +0200 Subject: [PATCH] Weather: Hide search suggestions banner (#734) --- ep_weather_host/ep_weather_provider_google_script.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ep_weather_host/ep_weather_provider_google_script.h b/ep_weather_host/ep_weather_provider_google_script.h index 16101e7..8cab7a0 100644 --- a/ep_weather_host/ep_weather_provider_google_script.h +++ b/ep_weather_host/ep_weather_provider_google_script.h @@ -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\ ";