1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2024-11-27 17:00:59 +01:00

Weather: Hide mysterious line that appears at the top of the widget for some places

This commit is contained in:
Valentin Radu 2022-03-09 19:56:37 +02:00
parent 6a26e76d1f
commit aa8524487b

View File

@ -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\
";