1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2025-02-20 20:41:26 +01:00

Weather: Fix width of graphs displayed by the widget

This commit is contained in:
Valentin Radu 2022-02-21 12:44:08 +02:00
parent 3edc30fe63
commit aa2aa9d3b6

View File

@ -114,6 +114,7 @@ if (document.getElementsByClassName(\"QS5gu sy4vM\").length > 1) { document.getE
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\
scrolldisable();\n\
ep_weather_part2();\n\
";