From aa8524487b23a058e0dc9675e1070b36329c367e Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Wed, 9 Mar 2022 19:56:37 +0200 Subject: [PATCH] Weather: Hide mysterious line that appears at the top of the widget for some places --- 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 4f2c74c..8cc91cb 100644 --- a/ep_weather_host/ep_weather_provider_google_script.h +++ b/ep_weather_host/ep_weather_provider_google_script.h @@ -456,6 +456,7 @@ return ep_result;\n\ }\n\ let banner1 = document.getElementById(\"taw\"); if (banner1) { banner1.style = \"display: none\"; }\n\ let wob_gsp = document.getElementById(\"wob_gsp\"); if (wob_gsp) { wob_gsp.style = \"width: 648.04px\"; }\n\ +let weird_line = document.getElementsByClassName(\"v5jHUb\")[0]; if (weird_line) { weird_line.style = \"display: none\"; }\n\ scrolldisable();\n\ ep_weather_part2();\n\ ";